Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Feb 21, 2024
1 parent dd1b423 commit 18c040a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployments/uber-manifest.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ targets:
name: Search appVersion in Chart.yaml
kind: yaml
sourceid: activemqTag_{{ $id }}
transformers
transformers:
- trimsuffix:
spec:
file: {{ osDir $target_activemq_helm }}/Chart.yaml
Expand Down
5 changes: 3 additions & 2 deletions deployments/values/supported-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ patterns:
ga_with_hotfixes: &ga_hotfixes_pattern (\.[0-9]+){0,3}
development: &development_pattern (\.[0-9]+){0,3}(-[AM]\.?[0-9]+)?
development_almost_semver_pattern: &development_almost_semver_pattern (\.[0-9]+){0,3}(-[0-9]+)?
ga_activemq: &ga_activemq_pattern (\.[0-9]+)
ga_activemq: &ga_activemq_pattern (\.[0-9]+)-[a-zA-Z0-9]+[0-9]+-[a-zA-Z0-9]+[0-9]+
matrix:
next:
id: next
Expand All @@ -15,7 +15,7 @@ matrix:
pattern: *development_pattern
activemq:
version: "6"
pattern: *ga_pattern
pattern: (\.[0-9]+){0,3}-[a-zA-Z0-9]+[0-9]+-[a-zA-Z0-9]+[0-9]+
share:
version: "23.2"
pattern: *development_pattern
Expand Down Expand Up @@ -219,6 +219,7 @@ matrix:
pattern: *ga_hotfixes_pattern
activemq:
version: "5.16.1"
pattern: -[a-zA-Z0-9]+[0-9]+-[a-zA-Z0-9]+[0-9]+
share:
version: "7.2"
pattern: *ga_hotfixes_pattern
Expand Down

0 comments on commit 18c040a

Please sign in to comment.