Skip to content

Commit

Permalink
Merge pull request #11 from metalbear-co/work
Browse files Browse the repository at this point in the history
version 0.4.0
  • Loading branch information
aviramha authored Nov 27, 2023
2 parents 62c4f48 + 4d55de8 commit e7aa6e4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.1
version: 0.4.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
6 changes: 6 additions & 0 deletions mirrord-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ spec:
labels:
app: mirrord-operator
spec:
{{- if .Values.operator.imagePullSecrets }}
{{- toYaml .Values.operator.imagePullSecrets }}
{{- end }}
containers:
- env:
- name: RUST_LOG
Expand All @@ -40,6 +43,9 @@ spec:
{{- end }}
image: {{ .Values.operator.image }}:{{ .Chart.AppVersion }}
imagePullPolicy: IfNotPresent
{{- if .Values.operator.containerArgs }}
{{- toYaml .Values.operator.containerArgs }}
{{- end }}
livenessProbe:
httpGet:
path: /health
Expand Down
5 changes: 5 additions & 0 deletions mirrord-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ namespace: mirrord

operator:
image: ghcr.io/metalbear-co/operator
# imagePullSecrets:
# - name: value
# containerArgs:
# - '--agent-config'
# - '{"image_pull_secrets":[{"name":"docker"}]}'

license:
key: ""
Expand Down

0 comments on commit e7aa6e4

Please sign in to comment.