Skip to content

Commit

Permalink
Merge pull request #1083 from thedadams/rancher-operator-0.1.4-rc1
Browse files Browse the repository at this point in the history
Bump rancher-operator to v0.1.4-rc1
  • Loading branch information
Donnie Adams authored Apr 6, 2021
2 parents ee27e63 + e0ba1dd commit 7b41cbd
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 4 deletions.
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
4 changes: 2 additions & 2 deletions packages/rancher-operator-crd/package.yaml
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 packages/rancher-operator/generated-changes/patch/Chart.yaml.patch
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
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:
4 changes: 2 additions & 2 deletions packages/rancher-operator/package.yaml
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

0 comments on commit 7b41cbd

Please sign in to comment.