Skip to content

Commit

Permalink
feat: dependency update before push chart (#1283)
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Aleksandrov <[email protected]>
  • Loading branch information
alexandrovas authored Jun 3, 2024
1 parent b920e3f commit 2c2b6c2
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 11 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,26 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: "0"
- name: Dependency update Sentry
uses: WyriHaximus/github-action-helm3@v3
with:
exec: helm dependency update sentry
- name: Lint Sentry
uses: WyriHaximus/github-action-helm3@v3
with:
exec: helm lint sentry
- name: Dependency update Clickhouse
uses: WyriHaximus/github-action-helm3@v3
with:
exec: helm dependency update clickhouse
- name: Lint Clickhouse
uses: WyriHaximus/github-action-helm3@v3
with:
exec: helm lint clickhouse
- name: Dependency update Sentry Kubernetes
uses: WyriHaximus/github-action-helm3@v3
with:
exec: helm dependency update sentry-kubernetes
- name: Lint Sentry Kubernetes
uses: WyriHaximus/github-action-helm3@v3
with:
Expand Down
17 changes: 6 additions & 11 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,20 @@ jobs:
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git checkout gh-pages
# - name: Build zips
# uses: yeouchien/helm3-action@f3a7c239c5c60777210c8e631839edf5dd3fa29c
# with:
# command: dep update main/sentry

- name: Build zips
- name: Build clickhouse chart
uses: yeouchien/helm3-action@f3a7c239c5c60777210c8e631839edf5dd3fa29c
with:
command: package main/sentry --destination gh-pages/charts
command: package -u main/clickhouse --destination gh-pages/charts

- name: Build zips
- name: Build sentry chart
uses: yeouchien/helm3-action@f3a7c239c5c60777210c8e631839edf5dd3fa29c
with:
command: package main/clickhouse --destination gh-pages/charts
command: package -u main/sentry --destination gh-pages/charts

- name: Build zips
- name: Build sentry-kubernetes chart
uses: yeouchien/helm3-action@f3a7c239c5c60777210c8e631839edf5dd3fa29c
with:
command: package main/sentry-kubernetes --destination gh-pages/charts
command: package -u main/sentry-kubernetes --destination gh-pages/charts

- name: Create index file
uses: yeouchien/helm3-action@f3a7c239c5c60777210c8e631839edf5dd3fa29c
Expand Down
Binary file removed sentry/charts/kafka-27.1.2.tgz
Binary file not shown.
Binary file removed sentry/charts/memcached-6.5.9.tgz
Binary file not shown.
Binary file removed sentry/charts/nginx-14.2.2.tgz
Binary file not shown.
Binary file removed sentry/charts/postgresql-12.5.1.tgz
Binary file not shown.
Binary file removed sentry/charts/rabbitmq-11.16.2.tgz
Binary file not shown.
Binary file removed sentry/charts/redis-17.11.3.tgz
Binary file not shown.
Binary file removed sentry/charts/zookeeper-11.4.11.tgz
Binary file not shown.

0 comments on commit 2c2b6c2

Please sign in to comment.