Skip to content

Commit

Permalink
platform-base: 1.3.359 (#127)
Browse files Browse the repository at this point in the history
* Merge for 1.3.0-HF3

* update charts msg-ems-tp,msg-pulsar-tp, tp-cp-msg-contrib

* platform-base: 1.3.359
  • Loading branch information
sasahoo-tibco authored Dec 10, 2024
1 parent 69484e2 commit f3da1de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 34 deletions.
8 changes: 4 additions & 4 deletions charts/platform-base/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ apiVersion: v2
name: platform-base
description: TIBCO Platform base chart
type: application
version: 1.3.358
appVersion: "1.3.0-HF2"
version: 1.3.359
appVersion: "1.3.0-HF3"
keywords:
- tibco-platform
- platform
Expand All @@ -19,7 +19,7 @@ annotations:
app.helm.sh/name: platform-base
dependencies:
- name: tp-cp-configuration
version: "1.3.18"
version: "1.3.27"
repository: alias:tibco-platform
- name: tp-cp-recipes
version: "1.3.174"
Expand Down Expand Up @@ -47,7 +47,7 @@ dependencies:
repository: alias:tibco-platform
condition: tp-cp-tibcohub-contrib.enabled
- name: tp-cp-msg-contrib
version: "1.3.16"
version: "1.3.19"
repository: alias:tibco-platform
condition: tp-cp-msg-contrib.enabled
- name: tp-cp-hawk
Expand Down
6 changes: 3 additions & 3 deletions charts/platform-bootstrap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ apiVersion: v2
name: platform-bootstrap
description: TIBCO Platform bootstrap chart
type: application
version: 1.3.39
appVersion: "1.3.0-HF2"
version: 1.3.40
appVersion: "1.3.0-HF3"
keywords:
- tibco-platform
- platform
Expand All @@ -19,5 +19,5 @@ annotations:
app.helm.sh/name: platform-bootstrap
dependencies:
- name: tp-cp-bootstrap
version: "1.3.39"
version: "1.3.56"
repository: alias:tibco-platform
27 changes: 0 additions & 27 deletions charts/platform-bootstrap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,30 +57,3 @@ global:
# 3 to use pre-configured storageClass, uncomment storageClassName and pass the value
# volumeName: ""
# storageClassName: ""

# deployment target. Example: aws, azure, local.
provider: "aws"

# ingress creates an application load balancer with pre-defined annotations which is used for application traffic
# values for ingress
ingress:
# ingress class name. Example: alb, nginx.
ingressClassName: ""
# certificate arn for dns domain
certificateArn: ""
# reference for alb annotations https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.6/guide/ingress/annotations/
# reference for nginx annotations https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md
annotations: {}

# values specific for aws cloud provider
aws:
# load balancer service creates a network load balancer with pre-defined annotations which is used for tunnel connection
# values for load balancer service
tunnelService:
# load balancer class. Default: service.k8s.aws/nlb
loadBalancerClass: ""
# certificate arn for tunnel domain
certificateArn: ""
# additional annotations for network load balancer service
annotations: {}
# reference for annotations: https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.6/guide/service/annotations/

0 comments on commit f3da1de

Please sign in to comment.