Skip to content

Commit

Permalink
bump chart with new image, linux/amd64 nodeselector
Browse files Browse the repository at this point in the history
  • Loading branch information
mach-kernel committed Mar 27, 2023
1 parent 889d10b commit f0828ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/databricks-kube-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.3
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
5 changes: 4 additions & 1 deletion charts/databricks-kube-operator/templates/sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ spec:
spec:
serviceAccountName: databricks-kube-operator
terminationGracePeriodSeconds: 10
nodeSelector:
kubernetes.io/os: linux
kubernetes.io/arch: amd64
containers:
- name: dko
image: ghcr.io/mach-kernel/databricks-kube-operator:0.3.3
image: ghcr.io/mach-kernel/databricks-kube-operator:0.4.0
imagePullPolicy: Always
env:
- name: DATABRICKS_KUBE_CONFIGMAP
Expand Down

0 comments on commit f0828ff

Please sign in to comment.