diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 649b24256..27d86a08a 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -16,13 +16,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.6.0-0-main-unstable-2023-12-08-20-11-56-0 +version: 2.6.0-0-main-unstable-2023-12-11-17-11-02-0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.6.0-0-main-unstable-2023-12-08-20-11-56-0" +appVersion: "2.6.0-0-main-unstable-2023-12-11-17-11-02-0" dependencies: - name: etcd diff --git a/chart/values.yaml b/chart/values.yaml index 6724fca72..eedf003b1 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -14,7 +14,7 @@ image: # If not specified, 'tag' option provided above will be picked. controlPlane: 974d498d37e4 dataPlane: b2a0aebf1a83 - extensions: e9ef580b7d57 + extensions: e21465082e71 # -- ImagePullPolicy for our images pullPolicy: IfNotPresent