Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion artifactory-ha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ name: artifactory-ha
sources:
- https://github.com/jfrog/charts
type: application
version: 107.117.15
version: 207.117.15
8 changes: 8 additions & 0 deletions artifactory-ha/templates/extra-manifests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{{ range .Values.extraObjects }}
---
{{ if typeIs "string" . }}
{{- tpl . $ }}
{{- else }}
{{- tpl (toYaml .) $ }}
{{- end }}
{{ end }}
3 changes: 0 additions & 3 deletions artifactory-ha/templates/secret_ingress_tls.yaml

This file was deleted.

7 changes: 6 additions & 1 deletion artifactory-ha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ ingress:
# traffic-type: external
# traffic-type: internal
tls: []
## Secrets must be manually created in the namespace.
## TLS configuration. Referenced secrets must exist in the target namespace.
## Secrets can be created manually, via extraObjects, or by cert-manager.
# - secretName: chart-example-tls
# hosts:
# - artifactory.domain.example
Expand Down Expand Up @@ -2240,3 +2241,7 @@ splitServicesToContainers: true
## Specify common probes parameters
probes:
timeoutSeconds: 5

# -- Array of extra K8s manifests to deploy
## Note: Supports use of custom Helm templates
extraObjects: []
2 changes: 1 addition & 1 deletion jenkins/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ description: OpenStack-Helm Jenkins
maintainers:
- name: OpenStack-Helm Authors
name: jenkins
version: 0.1.3
version: 0.2.0
3 changes: 0 additions & 3 deletions jenkins/templates/secret_ingress_tls.yaml

This file was deleted.

9 changes: 5 additions & 4 deletions jenkins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -443,17 +443,19 @@ conf:
# seed script was doing this before and the following option is added here to provide 'legacy mode'
# in case of any problems with the forementioned folders
change_owner_for_all_files: false

ingress:
enabled: true
enabled: false
class: nginx
# Used to create an Ingress record.
hosts:
# - jenkins.domain.example
annotations:
# kubernetes.io/tls-acme: "true"
# nginx.ingress.kubernetes.io/backend-protocol: https
tls:
# Secrets must be manually created in the namespace.
tls: []
## TLS configuration. Referenced secrets must exist in the target namespace.
## Secrets can be created manually, via extraObjects, or by cert-manager.
# - secretName: chart-example-tls
# hosts:
# - jenkins.domain.example
Expand Down Expand Up @@ -594,7 +596,6 @@ manifests:
configmap_bin: true
configmap_etc: true
job_ks_user: false
secret_ingress_tls: true
job_create_namespaces: true
kubernetes_rbac_rule: true
configmap_init: true
Expand Down
2 changes: 1 addition & 1 deletion mission-control/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: mission-control
home: https://jfrog.com/mission-control/
version: 5.3.5
version: 5.4.0
appVersion: 4.6.1
description: A Helm chart for JFrog Mission Control
sources:
Expand Down
3 changes: 3 additions & 0 deletions mission-control/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ dependencies:
- name: helm-toolkit
repository: file://../deps/helm-toolkit
version: ">= 0.1.0"
- name: postgresql
repository: file://charts/postgresql
version: "~9.3.0"
8 changes: 8 additions & 0 deletions mission-control/templates/extra-manifests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{{ range .Values.extraObjects }}
---
{{ if typeIs "string" . }}
{{- tpl . $ }}
{{- else }}
{{- tpl (toYaml .) $ }}
{{- end }}
{{ end }}
3 changes: 0 additions & 3 deletions mission-control/templates/secret_ingress_tls.yaml

This file was deleted.

7 changes: 5 additions & 2 deletions mission-control/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -923,10 +923,13 @@ ingress:
path: /
hosts: []
tls: []
## TLS configuration. Referenced secrets must exist in the target namespace.
## Secrets can be created manually, via extraObjects, or by cert-manager.
# - secretName: missioncontrol-secret-tls
# hosts:
# - mission.domain.example
additionalRules: []

manifests:
secret_ingress_tls: true
# -- Array of extra K8s manifests to deploy
## Note: Supports use of custom Helm templates
extraObjects: []