Skip to content

Commit

Permalink
Merge pull request #1224 from zimnx/mz/fix-eks-example-1.8
Browse files Browse the repository at this point in the history
[v1.8] Fix node setup image in EKS example
  • Loading branch information
zimnx authored Apr 26, 2023
2 parents 68d515c + 8d3acc9 commit 57df4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/eks/node-setup-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
serviceAccountName: node-setup-daemonset
containers:
- name: node-setup
image: scylladb/scylla-machine-image:k8s-aws-666.development-20201023.0c4dfa1
image: docker.io/scylladb/scylla-machine-image:k8s-aws-node-setup-0.0.2@sha256:f588fb9223ace917a1075974bc0d37813f540b3c05dfdd183b1849ec2f83c879
imagePullPolicy: Always
args:
- --all
Expand Down

0 comments on commit 57df4e9

Please sign in to comment.