Skip to content

Commit

Permalink
Merge pull request #107 from eedorenko/deploy/094b34031c49dfebd6670f2…
Browse files Browse the repository at this point in the history
…d2dd6509776cf5ff7/dev-gray

deployment '0.0.1-45'
  • Loading branch information
eedorenko authored Aug 30, 2024
2 parents 2b59fbe + b864638 commit 1f848d1
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-44
0.0.1-45
2 changes: 1 addition & 1 deletion .github/tracking/Promoted_Commit_Id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9d9ad4d49581ad31b1c885ad4801a2e1fa23dece
094b34031c49dfebd6670f2d2dd6509776cf5ff7
2 changes: 1 addition & 1 deletion .github/tracking/Version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1-44
0.0.1-45
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-44
commit: 9d9ad4d49581ad31b1c885ad4801a2e1fa23dece
version: 0.0.1-45
commit: 094b34031c49dfebd6670f2d2dd6509776cf5ff7
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-44
version: 0.0.1-45

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

0 comments on commit 1f848d1

Please sign in to comment.