This repository was archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: allow installs to proceed if no v2 and v3 release exists duri…
…ng migration bugfix: allow installs to proceed if no v2 and v3 release exists during migration
- Loading branch information
Mahmoud Saada
committed
Jun 25, 2020
1 parent
71c1ba5
commit 5a58d84
Showing
4 changed files
with
41 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
apiVersion: helm.fluxcd.io/v1 | ||
kind: HelmRelease | ||
metadata: | ||
name: podinfo-helm-repository | ||
namespace: demo | ||
annotations: | ||
helm.fluxcd.io/migrate: "true" | ||
spec: | ||
helmVersion: v3 | ||
releaseName: podinfo-helm-repository | ||
timeout: 30 | ||
test: | ||
enable: true | ||
timeout: 30 | ||
rollback: | ||
enable: true | ||
wait: true | ||
chart: | ||
repository: https://stefanprodan.github.io/podinfo | ||
name: podinfo | ||
version: 4.0.1 | ||
values: | ||
replicaCount: 1 |