Skip to content

Commit 035227d

Browse files
committed
🐍 nexus 1.1.7, use latest chart 🐍
1 parent 38a4a60 commit 035227d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/1-the-manual-menace/4-extend-uj.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ git pull
3737
enabled: true
3838
source: https://redhat-cop.github.io/helm-charts
3939
chart_name: sonatype-nexus
40-
source_ref: "1.1.6"
40+
source_ref: "1.1.7"
4141
values:
4242
includeRHRepositories: false
4343
service:

tests/doc-regression-test-files/good-4-extend-uj.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
]
1616
},
1717
{
18-
"code": " if [[ $(yq e '.applications[] | select(.name==\"nexus\") | length' /projects/tech-exercise/ubiquitous-journey/values-tooling.yaml) < 1 ]]; then\n yq e '.applications += {\"name\": \"nexus\",\"enabled\": true,\"source\": \"https://redhat-cop.github.io/helm-charts\",\"chart_name\": \"sonatype-nexus\",\"source_ref\": \"1.1.6\",\"values\":{\"includeRHRepositories\": false,\"service\": {\"name\": \"nexus\"}}}' -i /projects/tech-exercise/ubiquitous-journey/values-tooling.yaml\n fi\n",
18+
"code": " if [[ $(yq e '.applications[] | select(.name==\"nexus\") | length' /projects/tech-exercise/ubiquitous-journey/values-tooling.yaml) < 1 ]]; then\n yq e '.applications += {\"name\": \"nexus\",\"enabled\": true,\"source\": \"https://redhat-cop.github.io/helm-charts\",\"chart_name\": \"sonatype-nexus\",\"source_ref\": \"1.1.7\",\"values\":{\"includeRHRepositories\": false,\"service\": {\"name\": \"nexus\"}}}' -i /projects/tech-exercise/ubiquitous-journey/values-tooling.yaml\n fi\n",
1919
"interpreter": "bash",
2020
"runs": [
2121
{
2222
"retcode": 0,
23-
"user_code": " if [[ $(yq e '.applications[] | select(.name==\"nexus\") | length' /projects/tech-exercise/ubiquitous-journey/values-tooling.yaml) < 1 ]]; then\n yq e '.applications += {\"name\": \"nexus\",\"enabled\": true,\"source\": \"https://redhat-cop.github.io/helm-charts\",\"chart_name\": \"sonatype-nexus\",\"source_ref\": \"1.1.6\",\"values\":{\"includeRHRepositories\": false,\"service\": {\"name\": \"nexus\"}}}' -i /projects/tech-exercise/ubiquitous-journey/values-tooling.yaml\n fi\n"
23+
"user_code": " if [[ $(yq e '.applications[] | select(.name==\"nexus\") | length' /projects/tech-exercise/ubiquitous-journey/values-tooling.yaml) < 1 ]]; then\n yq e '.applications += {\"name\": \"nexus\",\"enabled\": true,\"source\": \"https://redhat-cop.github.io/helm-charts\",\"chart_name\": \"sonatype-nexus\",\"source_ref\": \"1.1.7\",\"values\":{\"includeRHRepositories\": false,\"service\": {\"name\": \"nexus\"}}}' -i /projects/tech-exercise/ubiquitous-journey/values-tooling.yaml\n fi\n"
2424
}
2525
],
2626
"tags": [

0 commit comments

Comments
 (0)