Skip to content

Commit

Permalink
revert chart test trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
AssahBismarkabah committed Feb 5, 2025
1 parent cd0fb25 commit 120d58c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
push:
branches:
- main
- fix-helm-publish
paths:
- 'contrib/charts/**'
- '!README.md'
Expand Down Expand Up @@ -336,7 +335,7 @@ jobs:
publish-helm-chart:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/fix-helm-publish'
if: github.ref == 'refs/heads/main'
needs: [build, build-pom-version, build-legacy, lint-other-files]
steps:
- uses: actions/[email protected]
Expand Down
1 change: 0 additions & 1 deletion contrib/charts/keycloak-config-cli/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ image:
tag: "v{{ .Chart.AppVersion }}-11.0.3"
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.

## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
##
Expand Down

0 comments on commit 120d58c

Please sign in to comment.