Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Commit

Permalink
Fix GitHub Action
Browse files Browse the repository at this point in the history
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
ricoberger committed Aug 28, 2019
1 parent c926f4a commit 597ee6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions charts/sealed-secrets-web/Chart.yaml
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
2 changes: 1 addition & 1 deletion charts/sealed-secrets-web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: ricoberger/sealed-secrets-web
tag: 2.1.1
tag: 2.1.2
pullPolicy: IfNotPresent
args: []

Expand Down

0 comments on commit 597ee6c

Please sign in to comment.