Skip to content

Commit

Permalink
Bump gitops-promotion from v0.0.5 to v0.0.6 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
simongottschlag authored Jun 14, 2021
1 parent b91a752 commit a0eb000
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gitops-v2/new/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ parameters:
default: ""
- name: gitopsPromotionTag
type: string
default: "v0.0.5"
default: "v0.0.6"
- name: group
type: string

Expand Down
2 changes: 1 addition & 1 deletion gitops-v2/promote/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
default: ""
- name: gitopsPromotionTag
type: string
default: "v0.0.5"
default: "v0.0.6"

stages:
- stage: promote
Expand Down
2 changes: 1 addition & 1 deletion gitops-v2/status/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
default: ""
- name: gitopsPromotionTag
type: string
default: "v0.0.5"
default: "v0.0.6"

stages:
- stage: status
Expand Down

0 comments on commit a0eb000

Please sign in to comment.