Skip to content

Commit

Permalink
Merged 1.3.0-HF3 changes for BW and flogo charts (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpawar-tibco authored Dec 10, 2024
1 parent 91a923d commit 0c6e85a
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 81 deletions.
4 changes: 2 additions & 2 deletions charts/bwprovisioner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

apiVersion: v2
name: bwprovisioner
version: 1.3.13
appVersion: "1.3.0"
version: 1.3.16
appVersion: "1.3.0-HF3"
description: TIBCO Platform Dataplane Capabilty -- BW Provisioner
home: https://github.com/tibco/tp-iapp-bw-provisioner.git
icon: https://pbs.twimg.com/profile_images/1064638558110007296/K6HqaXwh_400x400.jpg
Expand Down
6 changes: 0 additions & 6 deletions charts/bwprovisioner/templates/ingress_public_nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,9 @@ metadata:
nginx.ingress.kubernetes.io/auth-response-headers: X-Auth-Request-User,X-Auth-Request-Email,X-Forwarded-Access-Token,X-Auth-Request-Access-Token,X-Atmosphere-Token
nginx.ingress.kubernetes.io/auth-signin: https://{{ .Values.publicApi.ingress.config.fqdn }}{{ .Values.publicApi.ingress.config.pathPrefix }}/oauth2/start?rd=$escaped_request_uri
nginx.ingress.kubernetes.io/auth-url: https://{{ .Values.publicApi.ingress.config.fqdn }}{{ .Values.publicApi.ingress.config.pathPrefix }}/oauth2/auth
nginx.ingress.kubernetes.io/configuration-snippet: "auth_request_set $token $upstream_http_authorization;\nproxy_set_header
Authorization $token;\nproxy_pass_header Authorization; \n"
nginx.ingress.kubernetes.io/proxy-buffer-size: 16k
nginx.ingress.kubernetes.io/proxy-body-size: "200m"
nginx.ingress.kubernetes.io/rewrite-target: /$1
nginx.ingress.kubernetes.io/auth-snippet: |
if ( $request_uri !~ "{{ .Values.publicApi.ingress.config.pathPrefix }}/(.*)" ) {
return 200;
}
nginx.ingress.kubernetes.io/x-forwarded-prefix: {{ .Values.publicApi.ingress.config.pathPrefix }}
nginx.ingress.kubernetes.io/use-regex: "true"
{{- with .Values.global.cp.resources.ingress.annotations }}
Expand Down
4 changes: 2 additions & 2 deletions charts/flogoprovisioner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

apiVersion: v2
name: flogoprovisioner
version: 1.3.16
appVersion: "1.3.0-HF1"
version: 1.3.18
appVersion: "1.3.0-HF3"
description: TIBCO Platform Dataplane Capabilty -- Flogo Provisioner
home: https://github.com/tibco/tp-iapp-flogo-provisioner.git
icon: https://pbs.twimg.com/profile_images/1064638558110007296/K6HqaXwh_400x400.jpg
Expand Down
6 changes: 0 additions & 6 deletions charts/flogoprovisioner/templates/ingress_public_nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,8 @@ metadata:
nginx.ingress.kubernetes.io/auth-response-headers: X-Auth-Request-User,X-Auth-Request-Email,X-Forwarded-Access-Token,X-Auth-Request-Access-Token,X-Atmosphere-Token
nginx.ingress.kubernetes.io/auth-signin: https://{{ .Values.publicApi.ingress.config.fqdn }}{{ .Values.publicApi.ingress.config.pathPrefix }}/oauth2/start?rd=$escaped_request_uri
nginx.ingress.kubernetes.io/auth-url: https://{{ .Values.publicApi.ingress.config.fqdn }}{{ .Values.publicApi.ingress.config.pathPrefix }}/oauth2/auth
nginx.ingress.kubernetes.io/configuration-snippet: "auth_request_set $token $upstream_http_authorization;\nproxy_set_header
Authorization $token;\nproxy_pass_header Authorization; \n"
nginx.ingress.kubernetes.io/proxy-buffer-size: 16k
nginx.ingress.kubernetes.io/rewrite-target: /$1
nginx.ingress.kubernetes.io/auth-snippet: |
if ( $request_uri !~ "{{ .Values.publicApi.ingress.config.pathPrefix }}/(.*)" ) {
return 200;
}
nginx.ingress.kubernetes.io/x-forwarded-prefix: {{ .Values.publicApi.ingress.config.pathPrefix }}
nginx.ingress.kubernetes.io/use-regex: "true"
{{- with .Values.global.cp.resources.ingress.annotations }}
Expand Down
4 changes: 2 additions & 2 deletions charts/tp-cp-bwce-recipes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ apiVersion: v2
name: tp-cp-bwce-recipes
description: TIBCO Platform BusinessWorks Data Plane recipes
type: application
version: 1.3.35
appVersion: "1.3.0"
version: 1.3.39
appVersion: "1.3.0-HF3"
keywords:
- tibco-platform
- control-plane
Expand Down
5 changes: 0 additions & 5 deletions charts/tp-cp-bwce-recipes/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,3 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- define "dp-bwce-recipes.cp-instance-id" }}
{{- include "cp-env.get" (dict "key" "CP_INSTANCE_ID" "default" "cp1" "required" "false" "Release" .Release )}}
{{- end }}

{{/* Control plane provider */}}
{{- define "dp-bwce-recipes.cp-provider" -}}
{{- include "cp-env.get" (dict "key" "CP_PROVIDER" "default" "aws" "required" "false" "Release" .Release )}}
{{- end }}
2 changes: 1 addition & 1 deletion charts/tp-cp-bwce-recipes/templates/bwce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ data:
helmCharts:
- name: bwprovisioner
namespace: ${NAMESPACE}
version: "1.3.13"
version: "1.3.16"
repository:
chartMuseum:
host: ${HELM_REPO}
Expand Down
4 changes: 2 additions & 2 deletions charts/tp-cp-bwce-utilities/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

apiVersion: v2
name: tp-cp-bwce-utilities
version: 1.3.13
appVersion: 1.3.0
version: 1.3.15
appVersion: "1.3.0-HF3"
description: TIBCO Platform Control Plane -- BWCE Utilities
dependencies:
- name: bwce-utilities
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ app.kubernetes.io/instance: {{ .Release.Name }}
{{- include "cp-env.get" (dict "key" "CP_INSTANCE_ID" "default" "cp1" "required" "false" "Release" .Release )}}
{{- end }}

{{/* Control plane provider */}}
{{- define "bwce-utilities.cp-provider" -}}
{{- include "cp-env.get" (dict "key" "CP_PROVIDER" "default" "aws" "required" "false" "Release" .Release )}}
{{- end }}

{{/* Service account configured for control plane. fail if service account not exist */}}
{{- define "bwce-utilities.service-account-name" }}
{{- if .Values.serviceAccount }}
Expand Down
4 changes: 2 additions & 2 deletions charts/tp-cp-flogo-recipes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ apiVersion: v2
name: tp-cp-flogo-recipes
description: TIBCO Platform Flogo Data Plane recipes
type: application
version: 1.3.30
appVersion: "1.3.0-HF1"
version: 1.3.33
appVersion: "1.3.0-HF3"
keywords:
- tibco-platform
- control-plane
Expand Down
5 changes: 0 additions & 5 deletions charts/tp-cp-flogo-recipes/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,3 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- define "tp-cp-flogo-recipes.cp-instance-id" }}
{{- include "cp-env.get" (dict "key" "CP_INSTANCE_ID" "default" "cp1" "required" "false" "Release" .Release )}}
{{- end }}

{{/* Control plane provider */}}
{{- define "tp-cp-flogo-recipes.cp-provider" -}}
{{- include "cp-env.get" (dict "key" "CP_PROVIDER" "default" "aws" "required" "false" "Release" .Release )}}
{{- end }}
2 changes: 1 addition & 1 deletion charts/tp-cp-flogo-recipes/templates/flogo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ data:
helmCharts:
- name: flogoprovisioner
namespace: ${NAMESPACE}
version: "1.3.16"
version: "1.3.18"
repository:
chartMuseum:
host: ${HELM_REPO}
Expand Down
4 changes: 2 additions & 2 deletions charts/tp-cp-flogo-utilities/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
apiVersion: v2
name: tp-cp-flogo-utilities
version: 1.3.20
appVersion: 1.3.0
version: 1.3.22
appVersion: "1.3.0-HF3"
description: TIBCO Platform Control Plane -- FLOGO Utilities
dependencies:
- name: flogo-utilities
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ app.kubernetes.io/instance: {{ .Release.Name }}
{{- include "cp-env.get" (dict "key" "CP_INSTANCE_ID" "default" "cp1" "required" "false" "Release" .Release )}}
{{- end }}

{{/* Control plane provider */}}
{{- define "flogo-utilities.cp-provider" -}}
{{- include "cp-env.get" (dict "key" "CP_PROVIDER" "default" "aws" "required" "false" "Release" .Release )}}
{{- end }}

{{/* Service account configured for control plane. fail if service account not exist */}}
{{- define "flogo-utilities.service-account-name" }}
{{- if .Values.serviceAccount }}
Expand Down
4 changes: 2 additions & 2 deletions charts/tp-cp-integration-bw5/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

apiVersion: v2
name: tp-cp-integration-bw5
version: 1.3.22
appVersion: 1.3.0
version: 1.3.24
appVersion: "1.3.0-HF3"
description: TIBCO Platform Control Plane -- BW5 Integration
dependencies:
- name: bw5-webserver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,6 @@ app.kubernetes.io/version: {{ .Chart.AppVersion }}
{{- include "cp-env.get" (dict "key" "CP_INSTANCE_ID" "default" "cp1" "required" "false" "Release" .Release )}}
{{- end }}
{{/* Control plane provider */}}
{{- define "bw5-webserver.cp-provider" -}}
{{- include "cp-env.get" (dict "key" "CP_PROVIDER" "default" "aws" "required" "false" "Release" .Release )}}
{{- end }}
{{/* Service account configured for control plane. fail if service account not exist */}}
{{- define "bw5-webserver.service-account-name" }}
{{- if .Values.serviceAccount }}
Expand Down
4 changes: 2 additions & 2 deletions charts/tp-cp-integration-bw6/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

apiVersion: v2
name: tp-cp-integration-bw6
version: 1.3.32
appVersion: 1.3.0
version: 1.3.34
appVersion: "1.3.0-HF3"
description: TIBCO Platform Control Plane -- BW6 Integration
dependencies:
- name: bw6-webserver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,6 @@ app.kubernetes.io/version: {{ .Chart.AppVersion }}
{{- include "cp-env.get" (dict "key" "CP_INSTANCE_ID" "default" "cp1" "required" "false" "Release" .Release )}}
{{- end }}
{{/* Control plane provider */}}
{{- define "bw6-webserver.cp-provider" -}}
{{- include "cp-env.get" (dict "key" "CP_PROVIDER" "default" "aws" "required" "false" "Release" .Release )}}
{{- end }}
{{/* Service account configured for control plane. fail if service account not exist */}}
{{- define "bw6-webserver.service-account-name" }}
{{- if .Values.serviceAccount }}
Expand Down
4 changes: 2 additions & 2 deletions charts/tp-cp-integration-bwce/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

apiVersion: v2
name: tp-cp-integration-bwce
version: 1.3.19
appVersion: 1.3.0
version: 1.3.21
appVersion: "1.3.0-HF3"
description: TIBCO Platform Control Plane -- Integration for BWCE
dependencies:
- name: bw-webserver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@ app.kubernetes.io/version: {{ .Chart.AppVersion }}
{{- include "cp-env.get" (dict "key" "CP_INSTANCE_ID" "default" "cp1" "required" "false" "Release" .Release )}}
{{- end }}
{{/* Control plane provider */}}
{{- define "bw-webserver.cp-provider" -}}
{{- include "cp-env.get" (dict "key" "CP_PROVIDER" "default" "aws" "required" "false" "Release" .Release )}}
{{- end }}
{{/* Service account configured for control plane. fail if service account not exist */}}
{{- define "bw-webserver.service-account-name" }}
{{- if .Values.serviceAccount }}
Expand Down
4 changes: 2 additions & 2 deletions charts/tp-cp-integration-common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

apiVersion: v2
name: tp-cp-integration-common
version: 1.3.5
appVersion: 1.3.0
version: 1.3.7
appVersion: "1.3.0-HF3"
description: TIBCO Platform Control Plane -- Integration Common
dependencies:
- name: fileserver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ app.kubernetes.io/instance: {{ .Release.Name }}
{{- include "cp-env.get" (dict "key" "CP_INSTANCE_ID" "default" "cp1" "required" "false" "Release" .Release )}}
{{- end }}

{{/* Control plane provider */}}
{{- define "fileserver.cp-provider" -}}
{{- include "cp-env.get" (dict "key" "CP_PROVIDER" "default" "aws" "required" "false" "Release" .Release )}}
{{- end }}

{{/* Service account configured for control plane. fail if service account not exist */}}
{{- define "fileserver.service-account-name" }}
{{- if .Values.serviceAccount }}
Expand Down
4 changes: 2 additions & 2 deletions charts/tp-cp-integration-flogo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
apiVersion: v2
name: tp-cp-integration-flogo
version: 1.3.12
appVersion: 1.3.0
version: 1.3.14
appVersion: "1.3.0-HF3"
description: TIBCO Platform Control Plane -- Integration for Flogo
dependencies:
- name: flogo-webserver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ app.kubernetes.io/version: {{ .Chart.AppVersion }}
{{- include "cp-env.get" (dict "key" "CP_INSTANCE_ID" "default" "cp1" "required" "false" "Release" .Release )}}
{{- end }}
{{/* Control plane provider */}}
{{- define "flogo-webserver.cp-provider" -}}
{{- include "cp-env.get" (dict "key" "CP_PROVIDER" "default" "aws" "required" "false" "Release" .Release )}}
{{- end }}
{{/* Service account configured for control plane. fail if service account not exist */}}
{{- define "flogo-webserver.service-account-name" }}
{{- if .Values.serviceAccount }}
Expand Down

0 comments on commit 0c6e85a

Please sign in to comment.