Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump policy-controller version to v0.9.0-github3 #41

Merged
merged 2 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions charts/policy-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,9 @@ sources:
type: application

name: policy-controller
version: "v0.9.0-github2"
appVersion: "v0.9.0-github2"
version: "v0.9.0-github3"
appVersion: "v0.9.0-github3"

maintainers:
- name: codysoyland
- name: malancas

annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/images: |
- name: policy-controller
image: ghcr.io/github/policy-controller/policy-controller:v0.8.2@sha256:f291fce5b9c1a69ba54990eda7e0fe4114043b1afefb0f4ee3e6f84ec9ef1605
4 changes: 2 additions & 2 deletions charts/policy-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ webhook:
name: webhook
image:
repository: ghcr.io/github/policy-controller-webhook
# crane digest ghcr.io/github/policy-controller-webhook:v0.9.0-github2
version: sha256:2ed873181d34ce66fff0e7087e9f77147d66d7b3a480ac5fcb7a711401c58656
# crane digest ghcr.io/github/policy-controller-webhook:v0.9.0-github3
version: sha256:9c53ce5db6abd5fd0a1587907a092dcd51aa0fbf6249284444509f8b0b55278c
pullPolicy: IfNotPresent
env: {}
extraArgs: {}
Expand Down