Skip to content

Commit

Permalink
draft: hardcode app mgmt tag
Browse files Browse the repository at this point in the history
TODO: delete this commit
  • Loading branch information
York Chen committed Aug 25, 2023
1 parent df99518 commit 57989e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions services/kommander-appmanagement/0.7.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ data:
manager:
replicas: "${kommanderAppManagementReplicas}"
image:
tag: "${kommanderAppManagementImageTag}"
tag: v2.7.0-dev.fluxbump
repository: "${kommanderAppManagementImageRepository}"
pullPolicy: IfNotPresent
pullPolicy: Always
kubetools:
image:
repository: "${kommanderAppManagementKubetoolsImageRepository}"
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.7.0-dev}"
version: "${kommanderChartVersion:=v2.7.0-dev.fluxbump}"
interval: 15s
install:
crds: CreateReplace
Expand Down
2 changes: 1 addition & 1 deletion services/kommander/0.7.0/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.7.0-dev}"
version: "${kommanderChartVersion:=v2.7.0-dev.fluxbump}"
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

0 comments on commit 57989e5

Please sign in to comment.