Skip to content

Commit

Permalink
Merge pull request #7661 from zalando-incubator/update-crd
Browse files Browse the repository at this point in the history
[deployment-service] update cdpdeploymenttaskresource phases in CRD
  • Loading branch information
mikkeloscar authored Jun 11, 2024
2 parents cd0621d + ae1a26b commit 4de0125
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions cluster/manifests/deployment-service/00-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ spec:
- WaitingForDeployment
- ExecutingDeployment
- DeploymentExecuted
- CleanedUp
- CleanupFailed
type: string
required:
- name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
terminationGracePeriodSeconds: 300
containers:
- name: "deployment-service-controller"
image: "container-registry.zalando.net/teapot/deployment-controller:master-193"
image: "container-registry.zalando.net/teapot/deployment-controller:master-198"
args:
- "--config-namespace=kube-system"
- "--decrypt-kms-alias-arn=arn:aws:kms:{{ .Cluster.Region }}:{{ .Cluster.InfrastructureAccount | getAWSAccountID }}:alias/deployment-secret"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ $image := "container-registry.zalando.net/teapot/deployment-status-service" }}
{{ $version := "master-193" }}
{{ $version := "master-198" }}

apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit 4de0125

Please sign in to comment.