Skip to content

Commit

Permalink
Merge pull request #110 from eedorenko/deploy/8667507a39854887d25fec9…
Browse files Browse the repository at this point in the history
…af252b3cf89238c26/dev-gray

deployment '0.0.1-52'
  • Loading branch information
eedorenko authored Feb 7, 2025
2 parents 1f848d1 + e3882f4 commit ac78fbc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/tracking/Image_tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1-45
0.0.1-52
2 changes: 1 addition & 1 deletion .github/tracking/Promoted_Commit_Id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
094b34031c49dfebd6670f2d2dd6509776cf5ff7
8667507a39854887d25fec9af252b3cf89238c26
2 changes: 1 addition & 1 deletion .github/tracking/Version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1-45
0.0.1-52
4 changes: 2 additions & 2 deletions hw/descriptor/deployment_descriptor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ spec:
branch: dev-gray
path: ./hw
workloadVersion:
version: 0.0.1-45
commit: 094b34031c49dfebd6670f2d2dd6509776cf5ff7
version: 0.0.1-52
commit: 8667507a39854887d25fec9af252b3cf89238c26
6 changes: 3 additions & 3 deletions hw/gen_manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kind: Deployment
metadata:
name: hello-world-deployment
annotations:
version: 0.0.1-45
version: 0.0.1-52

spec:
strategy:
Expand All @@ -33,11 +33,11 @@ spec:
labels:
app: hello-world
annotations:
version: 0.0.1-45
version: 0.0.1-52
spec:
containers:
- name: hello-world
image: ghcr.io/eedorenko/hello-world/hello-world:0.0.1-45
image: ghcr.io/eedorenko/hello-world/hello-world:0.0.1-52
imagePullPolicy: Always
ports:
- containerPort: 8080
Expand Down

0 comments on commit ac78fbc

Please sign in to comment.