Skip to content

Commit ee5660f

Browse files
authored
Merge da1ee06 into afef7cc
2 parents afef7cc + da1ee06 commit ee5660f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/platform-base/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ apiVersion: v2
88
name: platform-base
99
description: TIBCO Platform base chart
1010
type: application
11-
version: 1.10.0-alpha.136
11+
version: 1.10.0-alpha.137
1212
appVersion: "1.10.0"
1313
keywords:
1414
- tibco-platform
@@ -59,7 +59,7 @@ dependencies:
5959
repository: alias:tibco-platform
6060
condition: tp-cp-hawk-recipes.enabled
6161
- name: tp-cp-cli
62-
version: "1.1.0"
62+
version: "1.1.1"
6363
condition: tp-cp-cli.enabled
6464
- name: tp-cp-alertmanager
6565
version: "1.9.*"

charts/platform-base/charts/tp-cp-cli/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type: application
2121
# This is the chart version. This version number should be incremented each time you make changes
2222
# to the chart and its templates, including the app version.
2323
# Versions are expected to follow Semantic Versioning (https://semver.org/)
24-
version: "1.1.0"
24+
version: "1.1.1"
2525

2626
# This is the version number of the application being deployed. This version number should be
2727
# incremented each time you make changes to the application. Versions are not expected to

charts/platform-base/charts/tp-cp-cli/templates/cp-cli-card.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
finalStr=$finalStr" {"
6565
finalStr=$finalStr" \"Name\": \"TIBCO Platform CLI\","
6666
finalStr=$finalStr" \"Description\": \"Accelerate operations with the TIBCO Platform CLI, this utility will allow you to create & manage the TIBCO Platform in a scripted and repeatable way.\","
67-
finalStr=$finalStr" \"RedirectLink\": \"https://www.tibco.com/downloads\","
67+
finalStr=$finalStr" \"RedirectLink\": \"https://www.tibco.com/downloads/12407\","
6868
finalStr=$finalStr" \"BuildDate\":\"$(date "+%Y-%m-%dT%H:%M:%S%Z")\""
6969
finalStr=$finalStr" }"
7070
finalStr=$finalStr"]"

0 commit comments

Comments
 (0)