This repository has been archived by the owner on Aug 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We used the false path for the Helm chart in this repository (Fucking copy and past). Prepare next release, increase version number on the patch level.
- Loading branch information
1 parent
c926f4a
commit 597ee6c
Showing
3 changed files
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,13 +18,13 @@ jobs: | |
run: git config --global user.email "[email protected]" && git config --global user.name "ricoberger" | ||
|
||
- name: Package Helm chart | ||
run: helm init --client-only && helm package ./charts/kubeversion-exporter | ||
run: helm init --client-only && helm package ./charts/sealed-secrets-web | ||
|
||
- name: Clone Helm repository | ||
run: git clone https://github.com/ricoberger/helm-charts.git | ||
|
||
- name: Update Helm repository | ||
run: mv kubeversion-exporter* ./helm-charts/ && helm repo index helm-charts/ --url https://ricoberger.github.io/helm-charts/ | ||
run: mv sealed-secrets-web* ./helm-charts/ && helm repo index helm-charts/ --url https://ricoberger.github.io/helm-charts/ | ||
|
||
- name: Commit changes | ||
run: cd helm-charts/ && git add . && git commit -m "Add new release for Sealed Secrets Web" | ||
|
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,10 +1,10 @@ | ||
apiVersion: v1 | ||
appVersion: 2.1.1 | ||
appVersion: 2.1.2 | ||
description: A web interface for Sealed Secrets by Bitnami. | ||
home: https://github.com/ricoberger/sealed-secrets-web | ||
icon: https://raw.githubusercontent.com/ricoberger/sealed-secrets-web/master/assets/logo.png | ||
maintainers: | ||
- name: Rico Berger | ||
url: https://ricoberger.de | ||
name: sealed-secrets-web | ||
version: 2.1.1 | ||
version: 2.1.2 |
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