diff --git a/deploy/demo/deployment-fdk-concept-event-publisher.yaml b/deploy/demo/deployment-fdk-concept-event-publisher.yaml index 390f2ac..cbb02df 100644 --- a/deploy/demo/deployment-fdk-concept-event-publisher.yaml +++ b/deploy/demo/deployment-fdk-concept-event-publisher.yaml @@ -62,7 +62,7 @@ spec: name: commonurl-demo key: FDK_REASONING_SERVICE_URI name: fdk-concept-event-publisher - image: eu.gcr.io/digdir-fdk-infra/fdk-concept-event-publisher:$(GIT_COMMIT_SHA) + image: fdk-concept-event-publisher imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/deploy/demo/deployment-fdk-data-service-event-publisher.yaml b/deploy/demo/deployment-fdk-data-service-event-publisher.yaml index 3c8d782..4cf14b2 100644 --- a/deploy/demo/deployment-fdk-data-service-event-publisher.yaml +++ b/deploy/demo/deployment-fdk-data-service-event-publisher.yaml @@ -62,7 +62,7 @@ spec: name: commonurl-demo key: FDK_REASONING_SERVICE_URI name: fdk-data-service-event-publisher - image: eu.gcr.io/digdir-fdk-infra/fdk-data-service-event-publisher:$(GIT_COMMIT_SHA) + image: fdk-data-service-event-publisher imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/deploy/demo/deployment-fdk-dataset-event-publisher.yaml b/deploy/demo/deployment-fdk-dataset-event-publisher.yaml index cd7aa43..cebfcdd 100644 --- a/deploy/demo/deployment-fdk-dataset-event-publisher.yaml +++ b/deploy/demo/deployment-fdk-dataset-event-publisher.yaml @@ -62,7 +62,7 @@ spec: name: commonurl-demo key: FDK_REASONING_SERVICE_URI name: fdk-dataset-event-publisher - image: eu.gcr.io/digdir-fdk-infra/fdk-dataset-event-publisher:$(GIT_COMMIT_SHA) + image: fdk-dataset-event-publisher imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/deploy/demo/kustomization.yaml b/deploy/demo/kustomization.yaml index a7fc872..7aa241b 100644 --- a/deploy/demo/kustomization.yaml +++ b/deploy/demo/kustomization.yaml @@ -7,3 +7,13 @@ resources: - deployment-fdk-data-service-event-publisher.yaml - deployment-fdk-concept-event-publisher.yaml - ../base +images: + - name: fdk-dataset-event-publisher + newName: eu.gcr.io/digdir-fdk-infra/fdk-dataset-event-publisher + newTag: $(GIT_COMMIT_SHA) + - name: fdk-data-service-event-publisher + newName: eu.gcr.io/digdir-fdk-infra/fdk-data-service-event-publisher + newTag: $(GIT_COMMIT_SHA) + - name: fdk-concept-event-publisher + newName: eu.gcr.io/digdir-fdk-infra/fdk-concept-event-publisher + newTag: $(GIT_COMMIT_SHA) diff --git a/deploy/prod/deployment-fdk-concept-event-publisher.yaml b/deploy/prod/deployment-fdk-concept-event-publisher.yaml index 7131ad1..d64ba43 100644 --- a/deploy/prod/deployment-fdk-concept-event-publisher.yaml +++ b/deploy/prod/deployment-fdk-concept-event-publisher.yaml @@ -62,7 +62,7 @@ spec: name: commonurl-prod key: FDK_REASONING_SERVICE_URI name: fdk-concept-event-publisher - image: eu.gcr.io/digdir-fdk-infra/fdk-concept-event-publisher:$(GIT_COMMIT_SHA) + image: fdk-concept-event-publisher imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/deploy/prod/deployment-fdk-data-service-event-publisher.yaml b/deploy/prod/deployment-fdk-data-service-event-publisher.yaml index 3eb66fa..f27d1e0 100644 --- a/deploy/prod/deployment-fdk-data-service-event-publisher.yaml +++ b/deploy/prod/deployment-fdk-data-service-event-publisher.yaml @@ -62,7 +62,7 @@ spec: name: commonurl-prod key: FDK_REASONING_SERVICE_URI name: fdk-data-service-event-publisher - image: eu.gcr.io/digdir-fdk-infra/fdk-data-service-event-publisher:$(GIT_COMMIT_SHA) + image: fdk-data-service-event-publisher imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/deploy/prod/deployment-fdk-dataset-event-publisher.yaml b/deploy/prod/deployment-fdk-dataset-event-publisher.yaml index ea64bc7..bc15b28 100644 --- a/deploy/prod/deployment-fdk-dataset-event-publisher.yaml +++ b/deploy/prod/deployment-fdk-dataset-event-publisher.yaml @@ -62,7 +62,7 @@ spec: name: commonurl-prod key: FDK_REASONING_SERVICE_URI name: fdk-dataset-event-publisher - image: eu.gcr.io/digdir-fdk-infra/fdk-dataset-event-publisher:$(GIT_COMMIT_SHA) + image: fdk-dataset-event-publisher imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/deploy/prod/kustomization.yaml b/deploy/prod/kustomization.yaml index 45db105..024c729 100644 --- a/deploy/prod/kustomization.yaml +++ b/deploy/prod/kustomization.yaml @@ -7,3 +7,13 @@ resources: - deployment-fdk-data-service-event-publisher.yaml - deployment-fdk-concept-event-publisher.yaml - ../base +images: + - name: fdk-dataset-event-publisher + newName: eu.gcr.io/digdir-fdk-infra/fdk-dataset-event-publisher + newTag: $(GIT_COMMIT_SHA) + - name: fdk-data-service-event-publisher + newName: eu.gcr.io/digdir-fdk-infra/fdk-data-service-event-publisher + newTag: $(GIT_COMMIT_SHA) + - name: fdk-concept-event-publisher + newName: eu.gcr.io/digdir-fdk-infra/fdk-concept-event-publisher + newTag: $(GIT_COMMIT_SHA) diff --git a/deploy/staging/deployment-fdk-concept-event-publisher.yaml b/deploy/staging/deployment-fdk-concept-event-publisher.yaml index 6d26d67..3e19cd5 100644 --- a/deploy/staging/deployment-fdk-concept-event-publisher.yaml +++ b/deploy/staging/deployment-fdk-concept-event-publisher.yaml @@ -62,7 +62,7 @@ spec: name: commonurl-staging key: FDK_REASONING_SERVICE_URI name: fdk-concept-event-publisher - image: eu.gcr.io/digdir-fdk-infra/fdk-concept-event-publisher:$(GIT_COMMIT_SHA) + image: fdk-concept-event-publisher imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/deploy/staging/deployment-fdk-data-service-event-publisher.yaml b/deploy/staging/deployment-fdk-data-service-event-publisher.yaml index 562ae4c..a48b4ce 100644 --- a/deploy/staging/deployment-fdk-data-service-event-publisher.yaml +++ b/deploy/staging/deployment-fdk-data-service-event-publisher.yaml @@ -62,7 +62,7 @@ spec: name: commonurl-staging key: FDK_REASONING_SERVICE_URI name: fdk-data-service-event-publisher - image: eu.gcr.io/digdir-fdk-infra/fdk-data-service-event-publisher:$(GIT_COMMIT_SHA) + image: fdk-data-service-event-publisher imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/deploy/staging/deployment-fdk-dataset-event-publisher.yaml b/deploy/staging/deployment-fdk-dataset-event-publisher.yaml index 381f25e..edc765f 100644 --- a/deploy/staging/deployment-fdk-dataset-event-publisher.yaml +++ b/deploy/staging/deployment-fdk-dataset-event-publisher.yaml @@ -62,7 +62,7 @@ spec: name: commonurl-staging key: FDK_REASONING_SERVICE_URI name: fdk-dataset-event-publisher - image: eu.gcr.io/digdir-fdk-infra/fdk-dataset-event-publisher:$(GIT_COMMIT_SHA) + image: fdk-dataset-event-publisher imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/deploy/staging/kustomization.yaml b/deploy/staging/kustomization.yaml index 339151d..ef695b2 100644 --- a/deploy/staging/kustomization.yaml +++ b/deploy/staging/kustomization.yaml @@ -7,3 +7,13 @@ resources: - deployment-fdk-data-service-event-publisher.yaml - deployment-fdk-concept-event-publisher.yaml - ../base +images: + - name: fdk-dataset-event-publisher + newName: eu.gcr.io/digdir-fdk-infra/fdk-dataset-event-publisher + newTag: $(GIT_COMMIT_SHA) + - name: fdk-data-service-event-publisher + newName: eu.gcr.io/digdir-fdk-infra/fdk-data-service-event-publisher + newTag: $(GIT_COMMIT_SHA) + - name: fdk-concept-event-publisher + newName: eu.gcr.io/digdir-fdk-infra/fdk-concept-event-publisher + newTag: $(GIT_COMMIT_SHA)