Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion releases/capi/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ version: 0.26.0
description: Helm chart for CF API components
type: application
apiVersion: v2
appVersion: 1.235.0
appVersion: 1.236.0
2 changes: 1 addition & 1 deletion releases/capi/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ routeRegistrar:
image:
repository: ghcr.io/cloudfoundry/k8s/route-registrar
# sync: release=routing
tag: "0.381.0"
tag: "0.384.0"
imagePullPolicy: IfNotPresent
resources: ~

Expand Down
2 changes: 1 addition & 1 deletion releases/cf-networking/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ version: 0.20.0
description: Helm chart for CF Networking components
type: application
apiVersion: v2
appVersion: 3.113.0
appVersion: 3.115.0
2 changes: 1 addition & 1 deletion releases/cf-networking/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ routeRegistrar:
image:
repository: ghcr.io/cloudfoundry/k8s/route-registrar
# sync: release=routing
tag: "0.381.0"
tag: "0.384.0"
imagePullPolicy: IfNotPresent
2 changes: 1 addition & 1 deletion releases/credhub/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ version: 0.18.0
description: Helm chart for CredHub components
type: application
apiVersion: v2
appVersion: 2.15.7
appVersion: 2.15.8
2 changes: 1 addition & 1 deletion releases/diego/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ version: 0.23.0
description: Helm chart for Diego components
type: application
apiVersion: v2
appVersion: 2.136.0
appVersion: 2.138.0
2 changes: 1 addition & 1 deletion releases/diego/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fileserver:
image:
repository: ghcr.io/cloudfoundry/k8s/fileserver
# sync: release=cf-deployment
tag: "56.5.0"
tag: "57.2.0"
imagePullPolicy: IfNotPresent
nodeSelector: ~
tolerations: ~
Expand Down
2 changes: 1 addition & 1 deletion releases/log-cache/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ version: 0.15.0
description: Helm chart for Log Cache components
type: application
apiVersion: v2
appVersion: 3.2.8
appVersion: 3.2.10
2 changes: 1 addition & 1 deletion releases/loggregator-agent/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ version: 0.15.0
description: Helm chart for Loggregator Agent components
type: application
apiVersion: v2
appVersion: 8.3.19
appVersion: 8.3.22
2 changes: 1 addition & 1 deletion releases/loggregator/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ version: 0.16.0
description: Helm chart for Loggregator components
type: application
apiVersion: v2
appVersion: 107.0.29
appVersion: 107.0.31
2 changes: 1 addition & 1 deletion releases/routing/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ version: 0.25.0
description: Helm chart for Gorouter components
type: application
apiVersion: v2
appVersion: 0.381.0
appVersion: 0.384.0
4 changes: 2 additions & 2 deletions releases/routing/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ udpForwarder:
image:
repository: ghcr.io/cloudfoundry/k8s/udp-forwarder
# sync: release=loggregator-agent
tag: "8.3.19"
tag: "8.3.22"
imagePullPolicy: IfNotPresent

routingApi:
Expand Down Expand Up @@ -75,5 +75,5 @@ routeRegistrar:
image:
repository: ghcr.io/cloudfoundry/k8s/route-registrar
# sync: release=routing
tag: "0.381.0"
tag: "0.384.0"
imagePullPolicy: IfNotPresent
2 changes: 1 addition & 1 deletion releases/uaa/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ version: 0.22.0
description: A Helm chart for UAA
type: application
apiVersion: v2
appVersion: 78.14.0
appVersion: 78.16.0
Loading