Skip to content

Commit

Permalink
chore: Prepare to release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
achetronic committed Nov 21, 2024
1 parent 7730723 commit 29d32dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/admitik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ type: application
description: >-
A Helm chart for Admitik, an admission controller for Kubernetes
that allow resources entrance if conditions are met (realtime)
version: 0.4.0 # chart version
appVersion: "0.4.0" # admitik version
version: 0.5.0 # chart version
appVersion: "0.5.0" # admitik version
kubeVersion: ">=1.22.0-0" # kubernetes version
home: https://github.com/freepik-company/admitik
sources:
Expand Down
1 change: 1 addition & 0 deletions charts/admitik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ controller:
# - --webhook-server-private-key=/etc/webhook-server/certs/tls.key
# - --webhook-server-autogenerate-certs=true
# - --webhook-server-certs-secret-name=webhook-server-certs
# - --webhook-client-timeout=15
extraArgs:
- --webhook-server-autogenerate-certs=true
- --webhook-server-certs-secret-name=webhook-server-certs
Expand Down

0 comments on commit 29d32dc

Please sign in to comment.