Skip to content

Commit

Permalink
Clean up values files and bump the version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mershad-manesh committed Oct 19, 2023
1 parent 56a1c2e commit 97b9849
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: opennmshelmcharts
version: '1.1.0'
version: '1.1.1'
title: Helm Charts (Kubernetes)
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion horizon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion horizon/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# TODO: Add an option to disable this
{{- if ((.Values.ingress).className) }}
---
apiVersion: networking.k8s.io/v1
Expand Down
14 changes: 7 additions & 7 deletions horizon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
#imagePullSecrets:
# - name: customerRegistry
# dockerServer: registry.k8s.agalue.net
# dockerUsername: admin
# dockerPassword: admin
# dockerEmail: [email protected]

dependencies:
# Red Hat OpenShift related settings for creating Cluster Role and Binding
Expand Down Expand Up @@ -187,7 +187,7 @@ grafana:
image:
repository: opennms/helm
pullPolicy: IfNotPresent
tag: '9.0.9'
tag: '9.0.10'
resources:
limits:
cpu: 200m
Expand Down
2 changes: 1 addition & 1 deletion minion/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion minion/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,3 @@ securitycontext:
serviceaccount:
enabled: true
name: minion-sa
route: true

0 comments on commit 97b9849

Please sign in to comment.