-
Notifications
You must be signed in to change notification settings - Fork 717
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1083 from thedadams/rancher-operator-0.1.4-rc1
Bump rancher-operator to v0.1.4-rc1
- Loading branch information
Showing
5 changed files
with
38 additions
and
4 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
packages/rancher-operator-crd/generated-changes/patch/Chart.yaml.patch
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,12 @@ | ||
--- charts-original/Chart.yaml | ||
+++ charts/Chart.yaml | ||
@@ -5,7 +5,7 @@ | ||
catalog.cattle.io/os: linux | ||
catalog.cattle.io/release-name: rancher-operator-crd | ||
apiVersion: v2 | ||
-appVersion: 0.1.4-rc1 | ||
+appVersion: 0.1.4 | ||
description: Rancher Operator CustomResourceDefinitions | ||
name: rancher-operator-crd | ||
-version: 0.1.4-rc1 | ||
+version: 0.1.4 |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
url: https://github.com/rancher/rancher-operator/releases/download/v0.1.3/rancher-operator-crd-0.1.3.tgz | ||
url: https://github.com/rancher/rancher-operator/releases/download/v0.1.4-rc1/rancher-operator-crd-0.1.4-rc1.tgz | ||
packageVersion: 00 | ||
releaseCandidateVersion: 08 | ||
releaseCandidateVersion: 01 |
12 changes: 12 additions & 0 deletions
12
packages/rancher-operator/generated-changes/patch/Chart.yaml.patch
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,12 @@ | ||
--- charts-original/Chart.yaml | ||
+++ charts/Chart.yaml | ||
@@ -8,7 +8,7 @@ | ||
catalog.cattle.io/provides-gvr: clusters.rancher.cattle.io/v1 | ||
catalog.cattle.io/release-name: rancher-operator | ||
apiVersion: v2 | ||
-appVersion: 0.1.4-rc1 | ||
+appVersion: 0.1.4 | ||
description: Control Rancher using GitOps | ||
name: rancher-operator | ||
-version: 0.1.4-rc1 | ||
+version: 0.1.4 |
10 changes: 10 additions & 0 deletions
10
packages/rancher-operator/generated-changes/patch/values.yaml.patch
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,10 @@ | ||
--- charts-original/values.yaml | ||
+++ charts/values.yaml | ||
@@ -1,6 +1,6 @@ | ||
image: | ||
repository: rancher/rancher-operator | ||
- tag: v0.1.4-rc1 | ||
+ tag: v0.1.4 | ||
imagePullPolicy: IfNotPresent | ||
|
||
global: |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
url: https://github.com/rancher/rancher-operator/releases/download/v0.1.3/rancher-operator-0.1.3.tgz | ||
url: https://github.com/rancher/rancher-operator/releases/download/v0.1.4-rc1/rancher-operator-0.1.4-rc1.tgz | ||
packageVersion: 00 | ||
releaseCandidateVersion: 08 | ||
releaseCandidateVersion: 01 |