diff --git a/base/guestbook-deploy.yaml b/base/guestbook-deploy.yaml index 9a70cdc..84b374a 100644 --- a/base/guestbook-deploy.yaml +++ b/base/guestbook-deploy.yaml @@ -14,7 +14,7 @@ spec: app: guestbook-simple spec: containers: - - image: ghcr.io/akuity/guestbook:latest + - image: ghcr.io/easwar17/guestbook:latest name: guestbook-simple ports: - name: http diff --git a/env/dev/kustomization.yaml b/env/dev/kustomization.yaml index f26116e..1928215 100644 --- a/env/dev/kustomization.yaml +++ b/env/dev/kustomization.yaml @@ -1,11 +1,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization - resources: - ../../base - namespace: guestbook-simple-dev - images: -- name: ghcr.io/akuity/guestbook - newTag: v0.0.1 +- name: ghcr.io/easwar17/guestbook + newTag: v0.0.2 diff --git a/env/prod/kustomization.yaml b/env/prod/kustomization.yaml index 3247a23..ffdc6e3 100644 --- a/env/prod/kustomization.yaml +++ b/env/prod/kustomization.yaml @@ -1,11 +1,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization - resources: - ../../base - namespace: guestbook-simple-prod - images: -- name: ghcr.io/akuity/guestbook - newTag: v0.0.1 +- name: ghcr.io/easwar17/guestbook + newTag: v0.0.2 diff --git a/env/staging/kustomization.yaml b/env/staging/kustomization.yaml index 580c56b..50f949c 100644 --- a/env/staging/kustomization.yaml +++ b/env/staging/kustomization.yaml @@ -1,11 +1,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization - resources: - ../../base - namespace: guestbook-simple-staging - images: -- name: ghcr.io/akuity/guestbook - newTag: v0.0.1 +- name: ghcr.io/easwar17/guestbook + newTag: v0.0.2 diff --git a/kargo/promotiontask.yaml b/kargo/promotiontask.yaml index dfa409f..977b9eb 100644 --- a/kargo/promotiontask.yaml +++ b/kargo/promotiontask.yaml @@ -6,11 +6,11 @@ metadata: spec: vars: - name: repoURL - value: https://github.com/akuity/kargo-simple.git + value: https://github.com/easwar17/kargo-simple.git - name: branch value: main - name: image - value: ghcr.io/akuity/guestbook + value: ghcr.io/easwar17/guestbook - name: openpr value: "false" steps: diff --git a/kargo/warehouse.yaml b/kargo/warehouse.yaml index 29eaf57..74daf35 100644 --- a/kargo/warehouse.yaml +++ b/kargo/warehouse.yaml @@ -6,5 +6,5 @@ metadata: spec: subscriptions: - image: - repoURL: ghcr.io/akuity/guestbook + repoURL: ghcr.io/easwar17/guestbook imageSelectionStrategy: SemVer