Skip to content

Commit

Permalink
Merge pull request #16 from dominodatalab/domsed-1-3-3-update
Browse files Browse the repository at this point in the history
Update domsed charts to 1.3.3
ddl-wadkars authored May 10, 2024
2 parents 07fb3fc + 09cc8dc commit 87435f9
Showing 4 changed files with 30 additions and 5 deletions.
2 changes: 1 addition & 1 deletion domsed/helm/domsed/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: domsed-domino
version: 1.3.2
version: 1.3.3
description: Mutating Webhook domino
home: https://github.com/cerebrotech/domsed.git
keywords:
Original file line number Diff line number Diff line change
@@ -476,6 +476,25 @@ spec:
required:
- name
- value
artifactory:
type: object
properties:
image-pull-secret:
type: string
secret-ns:
type: string
artifactory-dns:
type: string
duration-seconds:
type: integer
build-arg-name:
type: string
required:
- image-pull-secret
- secret-ns
- artifactory-dns
- duration-seconds
- build-arg-name
jqSelector:
type: object
required:
@@ -519,7 +538,13 @@ spec:
x-kubernetes-preserve-unknown-fields: true

addLdapSupplementalGroups:
type: string

type: object
properties:
use_groups:
type: boolean
default: true
user_attribute:
type: string
default: ""
subresources:
status: {}
2 changes: 1 addition & 1 deletion domsed/helm/domsed/templates/validation.yaml
Original file line number Diff line number Diff line change
@@ -38,5 +38,5 @@ webhooks:
- "rayclusters"
- "imagebuilds"
scope: "Namespaced"
failurePolicy: Fail
failurePolicy: "{{ .Values.mutation.failurePolicy }}"
timeoutSeconds: !!int "{{ .Values.mutation.timeoutSeconds | default 10 }}"
2 changes: 1 addition & 1 deletion domsed/helm/domsed/values.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ image:
repository: quay.io/domino
container: domsed

appVersion: v1.3.2-release
appVersion: v1.3.3-release
pullPolicy: Always

replicas: 1

0 comments on commit 87435f9

Please sign in to comment.