Skip to content

Commit

Permalink
build(kubernetes): remove :test tag from Docker image references to u…
Browse files Browse the repository at this point in the history
…se the latest image version
  • Loading branch information
Ro0t-set authored and manuandru committed Jun 3, 2024
1 parent adbc21b commit 9ffa531
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: frontend-service
image: zuccherosintattico/piperkt-frontend-service:test
image: zuccherosintattico/piperkt-frontend-service
imagePullPolicy: Always
ports:
- name: http
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
serviceAccountName: micronaut-service
containers:
- name: {{.Values.serviceName}}
image: zuccherosintattico/piperkt-{{.Values.serviceName}}:test
image: zuccherosintattico/piperkt-{{.Values.serviceName}}
imagePullPolicy: Always
ports:
{{- range .Values.containersPorts }}
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: notifications-service
image: zuccherosintattico/piperkt-notifications-service:test
image: zuccherosintattico/piperkt-notifications-service
env:
- name: MONGO_URI
value: "mongodb://notifications-mongo:[email protected]:27017/admin?authSource=admin&authMechanism=SCRAM-SHA-256&directConnection=true"
Expand Down

0 comments on commit 9ffa531

Please sign in to comment.