Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
fix deployment image (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pumba98 authored Feb 21, 2023
1 parent f56dc8e commit a5bd6eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/bitwarden-secret-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Deploy the Bitwarden Secret Operator

type: application

version: "0.6.0"
version: "0.6.1"

appVersion: "0.6.0"

Expand Down
10 changes: 5 additions & 5 deletions charts/bitwarden-secret-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
labels:
operator-deployment: bitwarden-secretoperator
name: operator
name: bitwarden-secretoperator
spec:
replicas: 1
revisionHistoryLimit: 0
Expand All @@ -21,10 +21,10 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
envFrom:
- configMapRef:
name: webhook-config
image: operator
# envFrom:
# - configMapRef:
# name: webhook-config
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
livenessProbe:
httpGet:
path: /health
Expand Down

0 comments on commit a5bd6eb

Please sign in to comment.