Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcalleja committed Aug 2, 2023
1 parent 38fbd1f commit cc68850
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/osiris/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: osiris
description: A general purpose, scale-to-zero component for Kubernetes
version: v0.0.7
version: v0.0.8
appVersion: v0.0.45
home: https://github.com/dailymotion-oss/osiris
maintainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ metadata:
app.kubernetes.io/managed-by: {{ .Release.Service }}
webhooks:
- name: endpoints-hijacker.osiris.dm.gg
admissionReviewVersions: ["v1", "v1beta1"]
clientConfig:
service:
namespace: {{ .Release.Namespace }}
Expand Down
1 change: 1 addition & 0 deletions charts/osiris/templates/proxy-injector-webhook-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ metadata:
app.kubernetes.io/managed-by: {{ .Release.Service }}
webhooks:
- name: proxy-injector.osiris.dm.gg
admissionReviewVersions: ["v1", "v1beta1"]
clientConfig:
service:
namespace: {{ .Release.Namespace }}
Expand Down

0 comments on commit cc68850

Please sign in to comment.