Skip to content

Commit

Permalink
chore(deps): update docker.io/bitnami/kubectl docker tag to v1.31.0 (#55
Browse files Browse the repository at this point in the history
)

* chore(deps): update docker.io/bitnami/kubectl docker tag to v1.31.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update Chart.yaml

* update pipeline

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Floris Feddema <[email protected]>
  • Loading branch information
renovate[bot] and FlorisFeddema authored Aug 22, 2024
1 parent e7b8e1d commit 200222f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/chart-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
- name: Push chart to GHCR
run: |
version=$(yq eval ".version" charts/${{ matrix.chart }}/Chart.yaml)
echo "Pushing chart ${{ matrix.chart }} with version $version-${{ github.head_ref }}.${GITHUB_SHA::7}"
helm package charts/${{ matrix.chart }} --version "$version-${{ github.head_ref }}.${GITHUB_SHA::7}"
helm push "${{ matrix.chart }}-$version-${{ github.head_ref }}.${GITHUB_SHA::7}.tgz" "oci://ghcr.io/${{ github.repository }}"
branchName=$(echo "${{ github.head_ref }}" | tr '/' '-' | tr '.' '-')
echo "Pushing chart ${{ matrix.chart }} with version $version-$branchName.${GITHUB_SHA::7}"
helm package charts/${{ matrix.chart }} --version "$version-$branchName.${GITHUB_SHA::7}"
helm push "${{ matrix.chart }}-$version-$branchName.${GITHUB_SHA::7}.tgz" "oci://ghcr.io/${{ github.repository }}"
2 changes: 1 addition & 1 deletion charts/adguard/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiVersion: v2
name: adguard
version: 3.0.1
version: 3.0.2
2 changes: 1 addition & 1 deletion charts/adguard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ secretInit:
image:
registry: docker.io
repository: bitnami/kubectl
tag: 1.30.4
tag: 1.31.0

primary:
create: false
Expand Down

0 comments on commit 200222f

Please sign in to comment.