Skip to content

Commit 6410de4

Browse files
chore(k8s): update kustomization image tags to v0.1.14 (#217)
Updated image tags for 8 services: - auth-service - product-service - order-service - payment-service - fulfillment-service - notification-service - chat-service - cart-service This is an automated update from the release workflow. Release: v0.1.14 Workflow: Update Kustomization Files Run: 20165790010 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 179ef6b commit 6410de4

8 files changed

Lines changed: 16 additions & 16 deletions

File tree

deployments/k8s/workloads/overlays/prod/auth-service/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ patches:
2929

3030
images:
3131
- name: ghcr.io/raphaeldiscky/go-micro-commerce/auth-service
32-
newTag: 0.1.13
32+
newTag: 0.1.14
3333
- name: ghcr.io/raphaeldiscky/go-micro-commerce/auth-service-migrations
34-
newTag: 0.1.13
34+
newTag: 0.1.14

deployments/k8s/workloads/overlays/prod/cart-service/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ patches:
2525

2626
images:
2727
- name: ghcr.io/raphaeldiscky/go-micro-commerce/cart-service
28-
newTag: 0.1.13
28+
newTag: 0.1.14
2929
- name: ghcr.io/raphaeldiscky/go-micro-commerce/cart-service-migrations
30-
newTag: 0.1.13
30+
newTag: 0.1.14

deployments/k8s/workloads/overlays/prod/chat-service/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ patches:
2525

2626
images:
2727
- name: ghcr.io/raphaeldiscky/go-micro-commerce/chat-service
28-
newTag: 0.1.13
28+
newTag: 0.1.14
2929
- name: ghcr.io/raphaeldiscky/go-micro-commerce/chat-service-migrations
30-
newTag: 0.1.13
30+
newTag: 0.1.14

deployments/k8s/workloads/overlays/prod/fulfillment-service/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ patches:
2525

2626
images:
2727
- name: ghcr.io/raphaeldiscky/go-micro-commerce/fulfillment-service
28-
newTag: 0.1.13
28+
newTag: 0.1.14
2929
- name: ghcr.io/raphaeldiscky/go-micro-commerce/fulfillment-service-migrations
30-
newTag: 0.1.13
30+
newTag: 0.1.14

deployments/k8s/workloads/overlays/prod/notification-service/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ patches:
2525

2626
images:
2727
- name: ghcr.io/raphaeldiscky/go-micro-commerce/notification-service
28-
newTag: 0.1.13
28+
newTag: 0.1.14
2929
- name: ghcr.io/raphaeldiscky/go-micro-commerce/notification-service-migrations
30-
newTag: 0.1.13
30+
newTag: 0.1.14

deployments/k8s/workloads/overlays/prod/order-service/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ patches:
2525

2626
images:
2727
- name: ghcr.io/raphaeldiscky/go-micro-commerce/order-service
28-
newTag: 0.1.13
28+
newTag: 0.1.14
2929
- name: ghcr.io/raphaeldiscky/go-micro-commerce/order-service-migrations
30-
newTag: 0.1.13
30+
newTag: 0.1.14

deployments/k8s/workloads/overlays/prod/payment-service/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ patches:
2525

2626
images:
2727
- name: ghcr.io/raphaeldiscky/go-micro-commerce/payment-service
28-
newTag: 0.1.13
28+
newTag: 0.1.14
2929
- name: ghcr.io/raphaeldiscky/go-micro-commerce/payment-service-migrations
30-
newTag: 0.1.13
30+
newTag: 0.1.14

deployments/k8s/workloads/overlays/prod/product-service/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ patches:
2525

2626
images:
2727
- name: ghcr.io/raphaeldiscky/go-micro-commerce/product-service
28-
newTag: 0.1.13
28+
newTag: 0.1.14
2929
- name: ghcr.io/raphaeldiscky/go-micro-commerce/product-service-migrations
30-
newTag: 0.1.13
30+
newTag: 0.1.14

0 commit comments

Comments
 (0)