Skip to content

Commit

Permalink
remove reference to master tag (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Suderman committed Aug 17, 2022
1 parent 0899038 commit 00efb0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/manifests/controller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
serviceAccountName: goldilocks-controller
containers:
- name: goldilocks
image: "us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:master"
image: "us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:v4"
imagePullPolicy: Always
command:
- /goldilocks
Expand Down
2 changes: 1 addition & 1 deletion hack/manifests/dashboard/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
serviceAccountName: goldilocks-dashboard
containers:
- name: goldilocks
image: "us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:master"
image: "us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:v4"
imagePullPolicy: Always
command:
- /goldilocks
Expand Down

0 comments on commit 00efb0a

Please sign in to comment.