diff --git a/Dockerfile b/Dockerfile index cb1bb7b..eafc9f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,5 +29,5 @@ USER bw-operator RUN set -eux; \ pip install -r requirements.txt -ENTRYPOINT [ "/home/bw-operator/bitwarden-crd-operator.py" ] -CMD [ "--help" ] \ No newline at end of file +ENTRYPOINT [ "/home/bw-operator/.local/bin/kopf", "run" ] +CMD [ "/home/bw-operator/bitwarden-crd-operator.py" ] diff --git a/chart/bitwarden-crd-operator/values.yaml b/chart/bitwarden-crd-operator/values.yaml index 9b361bf..462b064 100644 --- a/chart/bitwarden-crd-operator/values.yaml +++ b/chart/bitwarden-crd-operator/values.yaml @@ -6,9 +6,9 @@ replicaCount: 1 image: repository: lerentis/bitwarden-crd-operator - pullPolicy: IfNotPresent + pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "af7b0c53b72d56f10b3637c9f03a4164ed7f4a0d" + tag: "latest" imagePullSecrets: [] nameOverride: ""