added missing tld for crd
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c7d3e3a997
commit
28c2db9d18
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
import kopf
|
||||
|
||||
@kopf.on.create('bitwarden-secrets.lerentis.uploadfilter24')
|
||||
@kopf.on.create('bitwarden-secrets.lerentis.uploadfilter24.eu')
|
||||
def create_fn(body, **kwargs):
|
||||
|
||||
# The all-purpose function for the event creation.
|
||||
|
@ -8,7 +8,7 @@ image:
|
||||
repository: lerentis/bitwarden-crd-operator
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "c33f80b448e0a7098eb075811108256ed52e5b21"
|
||||
tag: "c7d3e3a997eceb8130429fb3725469917e612560"
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
|
Loading…
Reference in New Issue
Block a user