Skip to content

Commit

Permalink
feat: Release v2.5.2-rc.2
Browse files Browse the repository at this point in the history
Signed-off-by: d2iq-mergebot <[email protected]>
  • Loading branch information
d2iq-mergebot committed Sep 5, 2023
1 parent a3c9f97 commit dc365d9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions common/kommander-operator/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ data:
values.yaml: |
kommanderoperator:
image:
tag: "${kommanderChartVersion:=v2.5.2-dev}"
tag: "${kommanderChartVersion:=v2.5.2-rc.2}"
kubetools:
image:
tag: "${kommanderChartVersion:=v2.5.2-dev}"
tag: "${kommanderChartVersion:=v2.5.2-rc.2}"
2 changes: 1 addition & 1 deletion services/gatekeeper/3.11.1/pre-upgrade/pre-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: kubetools
image: "mesosphere/kommander2-kubetools:${kommanderChartVersion:=v2.5.2-dev}"
image: "mesosphere/kommander2-kubetools:${kommanderChartVersion:=v2.5.2-rc.2}"
command:
- sh
- "-c"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-kommander-charts
namespace: kommander-flux
version: "${kommanderChartVersion:=v2.5.2-dev}"
version: "${kommanderChartVersion:=v2.5.2-rc.2}"
interval: 15s
install:
crds: CreateReplace
Expand Down
2 changes: 1 addition & 1 deletion services/kommander/0.5.2/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ data:
graphqlPath: /dkp/kommander/dashboard/graphql
capimate:
image:
tag: v0.0.0-dev.0
tag: v2.5.2-rc.2
managementApps:
- "centralized-grafana"
- "centralized-kubecost"
Expand Down
2 changes: 1 addition & 1 deletion services/kommander/0.5.2/kommander.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-kommander-charts
namespace: kommander-flux
version: "${kommanderChartVersion:=v2.5.2-dev}"
version: "${kommanderChartVersion:=v2.5.2-rc.2}"
interval: 15s
# Kommander is quite a big chart and it may need some more time than
# other charts to get ready so setting this to 10 minutes increases
Expand Down
2 changes: 1 addition & 1 deletion services/kubecost/0.33.2/pre-upgrade/pre-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: kubetools
image: "mesosphere/kommander2-kubetools:${kommanderChartVersion:=v2.5.2-dev}"
image: "mesosphere/kommander2-kubetools:${kommanderChartVersion:=v2.5.2-rc.2}"
command:
- sh
- "-c"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: kubetools
image: "mesosphere/kommander2-kubetools:${kommanderChartVersion:=v2.5.2-dev}"
image: "mesosphere/kommander2-kubetools:${kommanderChartVersion:=v2.5.2-rc.2}"
command:
- sh
- "-c"
Expand Down

0 comments on commit dc365d9

Please sign in to comment.