Merge branch 'main' into amcamina/customize_rbca

This commit is contained in:
Aikawa 2024-03-14 19:33:20 +09:00 committed by GitHub
commit 07f2ebdfef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -23,10 +23,10 @@ jobs:
private-key: ${{ secrets.RENOVATE_APP_PRIVATE_KEY }}
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@c134f38c01867794a23c35e86660bd9609caf30c # v40.1.4
uses: renovatebot/github-action@89bd050bafa5a15de5d9383e3129edf210422004 # v40.1.5
with:
configurationFile: .github/configs/renovate-config.js
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate

View file

@ -1,9 +1,9 @@
apiVersion: v2
appVersion: v2.10.2
appVersion: v2.10.3
kubeVersion: ">=1.23.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 6.7.1
version: 6.7.2
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources:
@ -27,4 +27,4 @@ annotations:
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: changed
description: Fixed a bug for TLS host value in GRPC ingress endpoint
description: Bump argo-cd to v2.10.3