Skip to content

Commit

Permalink
Merge pull request #290 from mesosphere/mikolajb/release-v2.2.0-rc.5
Browse files Browse the repository at this point in the history
release v2.2.0 rc.5
  • Loading branch information
mikolajb committed Apr 1, 2022
1 parent bd3bc06 commit 9b6990b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
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.2.0-rc.4}"
version: "${kommanderChartVersion:=v2.2.0-rc.5}"
interval: 15s
install:
remediation:
Expand Down
2 changes: 1 addition & 1 deletion services/kommander/0.2.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.2.0-rc.4}"
version: "${kommanderChartVersion:=v2.2.0-rc.5}"
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
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
remediation:
retries: 30
upgrade:
crds: CreateReplace
remediation:
retries: 30
releaseName: logging-operator-logging
Expand Down
1 change: 1 addition & 0 deletions services/logging-operator/3.17.3/logging-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
remediation:
retries: 30
upgrade:
crds: CreateReplace
remediation:
retries: 30
releaseName: logging-operator
Expand Down

0 comments on commit 9b6990b

Please sign in to comment.