diff --git a/docs/antora.yml b/docs/antora.yml index 2137d9a..07bce7d 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,5 +1,5 @@ name: opennmshelmcharts -version: '1.1.0' +version: '1.1.1' title: Helm Charts (Kubernetes) nav: - modules/ROOT/nav.adoc diff --git a/horizon/Chart.yaml b/horizon/Chart.yaml index 47cf982..d81d78a 100644 --- a/horizon/Chart.yaml +++ b/horizon/Chart.yaml @@ -17,7 +17,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.0 +version: 1.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/horizon/templates/ingress.yaml b/horizon/templates/ingress.yaml index dbd4528..b5d0186 100644 --- a/horizon/templates/ingress.yaml +++ b/horizon/templates/ingress.yaml @@ -1,4 +1,3 @@ -# TODO: Add an option to disable this {{- if ((.Values.ingress).className) }} --- apiVersion: networking.k8s.io/v1 diff --git a/horizon/values.yaml b/horizon/values.yaml index fdad819..99fc149 100644 --- a/horizon/values.yaml +++ b/horizon/values.yaml @@ -9,12 +9,12 @@ createNamespace: false # Whether to create the namespace for this deployment # Optionally specify an array of imagePullSecrets. # Secrets must be manually created in the namespace. # ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ -imagePullSecrets: - - name: poweredby - dockerServer: docker.cloudsmith.io - dockerUsername: morteza-ershad-manesh - dockerPassword: admin - dockerEmail: admin@agalue.net +#imagePullSecrets: +# - name: customerRegistry +# dockerServer: registry.k8s.agalue.net +# dockerUsername: admin +# dockerPassword: admin +# dockerEmail: admin@agalue.net dependencies: # Red Hat OpenShift related settings for creating Cluster Role and Binding @@ -187,7 +187,7 @@ grafana: image: repository: opennms/helm pullPolicy: IfNotPresent - tag: '9.0.9' + tag: '9.0.10' resources: limits: cpu: 200m diff --git a/minion/Chart.yaml b/minion/Chart.yaml index 170bea9..773fe54 100644 --- a/minion/Chart.yaml +++ b/minion/Chart.yaml @@ -17,7 +17,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.0 +version: 1.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/minion/values.yaml b/minion/values.yaml index c7806e4..358aa91 100644 --- a/minion/values.yaml +++ b/minion/values.yaml @@ -52,4 +52,3 @@ securitycontext: serviceaccount: enabled: true name: minion-sa - route: true