Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
2.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelgatelement committed Jun 24, 2024
1 parent dd0b0b2 commit c4be276
Show file tree
Hide file tree
Showing 20 changed files with 2,608 additions and 2,264 deletions.
4 changes: 2 additions & 2 deletions helm/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ 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.18.3
version: 2.18.4

# 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.
appVersion: 2.18.3
appVersion: 2.18.4
4 changes: 2 additions & 2 deletions helm/operator/source-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ crds:
imagePullPolicy: Always
image:
repository: docker.io/vectorim/ess-core-operator-conversion-webhook
tag: 2.18.3
tag: 2.18.4
operator:
extraPodSpec:
securityContext:
Expand Down Expand Up @@ -68,7 +68,7 @@ operator:
imagePullPolicy: Always
image:
repository: docker.io/vectorim/ess-core-operator
tag: 2.18.3
tag: 2.18.4
rbacProxy:
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions helm/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ crds:
imagePullPolicy: Always
image:
repository: docker.io/vectorim/ess-core-operator-conversion-webhook
tag: 2.18.3
tag: 2.18.4
operator:
extraPodSpec:
securityContext:
Expand Down Expand Up @@ -68,7 +68,7 @@ operator:
imagePullPolicy: Always
image:
repository: docker.io/vectorim/ess-core-operator
tag: 2.18.3
tag: 2.18.4
rbacProxy:
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions helm/updater/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ 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.18.3
version: 2.18.4

# 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.
appVersion: 2.18.3
appVersion: 2.18.4
4 changes: 2 additions & 2 deletions helm/updater/source-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ crds:
imagePullPolicy: Always
image:
repository: docker.io/vectorim/ess-core-updater-conversion-webhook
tag: 2.18.3
tag: 2.18.4
updater:
extraPodSpec:
securityContext:
Expand Down Expand Up @@ -68,7 +68,7 @@ updater:
- ALL
image:
repository: docker.io/vectorim/ess-core-updater
tag: 2.18.3
tag: 2.18.4
rbacProxy:
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions helm/updater/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ crds:
imagePullPolicy: Always
image:
repository: docker.io/vectorim/ess-core-updater-conversion-webhook
tag: 2.18.3
tag: 2.18.4
updater:
extraPodSpec:
securityContext:
Expand Down Expand Up @@ -68,7 +68,7 @@ updater:
- ALL
image:
repository: docker.io/vectorim/ess-core-updater
tag: 2.18.3
tag: 2.18.4
rbacProxy:
resources:
limits:
Expand Down
Loading

0 comments on commit c4be276

Please sign in to comment.