Skip to content

Commit

Permalink
Set Chart.yaml.version=0.0.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kopiczko committed Jul 16, 2024
1 parent ef0fdc7 commit 41f74c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions diffs/helm__cilium__Chart.yaml.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
diff --git a/vendor/cilium/install/kubernetes/cilium/Chart.yaml b/helm/cilium/Chart.yaml
index 7d847e3..ef4b74f 100644
index 7d847e3..868cfd9 100644
--- a/vendor/cilium/install/kubernetes/cilium/Chart.yaml
+++ b/helm/cilium/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
name: cilium
displayName: Cilium
home: https://cilium.io/
-version: 1.15.6
+version: 0.25.1
+version: 0.0.0-dev
appVersion: 1.15.6
kubeVersion: ">= 1.16.0-0"
icon: https://cdn.jsdelivr.net/gh/cilium/[email protected]/Documentation/images/logo-solo.svg
Expand Down
2 changes: 1 addition & 1 deletion helm/cilium/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cilium
displayName: Cilium
home: https://cilium.io/
version: 0.25.1
version: 0.0.0-dev
appVersion: 1.15.6
kubeVersion: ">= 1.16.0-0"
icon: https://cdn.jsdelivr.net/gh/cilium/[email protected]/Documentation/images/logo-solo.svg
Expand Down
2 changes: 1 addition & 1 deletion sync/patches/chart.yaml/patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd "${repo_dir}"

set -x
sed -i \
-e '/^version:/c\version: 0.25.1' \
-e '/^version:/c\version: 0.0.0-dev' \
-e '/^sources:/a\ - https://github.com/giantswarm/cilium-app' \
-e '/^annotations:/a\ application.giantswarm.io/team: "cabbage"' \
"./helm/cilium/Chart.yaml"
Expand Down

0 comments on commit 41f74c0

Please sign in to comment.