Skip to content

Commit

Permalink
chore: added helm dependency update
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Bressi <[email protected]>
  • Loading branch information
puffitos committed Jan 16, 2024
1 parent 1d21b68 commit ecc7943
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Helm Package & Push
on:
push:
tags:
- '*'
- "*"

jobs:
helm:
runs-on: ubuntu-latest
Expand All @@ -17,6 +17,7 @@ jobs:
helm version
HELM_EXPERIMENTAL_OCI=1 helm registry login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
HELM_EXPERIMENTAL_OCI=1 helm registry login ${MTR} -u ${DOCKER_USERNAME} -p ${DOCKER_PASSWORD}
helm dependency update .
helm lint .
helm package .
HELM_EXPERIMENTAL_OCI=1 helm push $(ls *.tgz| head -1) oci://ghcr.io/caas-team/charts
Expand All @@ -26,4 +27,3 @@ jobs:
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
MTR: mtr.devops.telekom.de
REPO: caas

6 changes: 3 additions & 3 deletions Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
version: 40.1.2
digest: sha256:288c79f3e19b757b1db39ba1147c3b29f7b34eca164bfedd8edd89ec99f3675e
generated: "2023-05-06T11:17:15.0606801+02:00"
version: 51.0.3
digest: sha256:09cdfe713d61b9671bb887d3ea87b8cf81944f5c71651b50962c08076f065655
generated: "2024-01-16T10:36:54.774105134+01:00"
Binary file modified charts/kube-prometheus-stack-51.0.3.tgz
Binary file not shown.

0 comments on commit ecc7943

Please sign in to comment.