From a8284847ff9b41e9cff58322f0fcf8c5f73af7ca Mon Sep 17 00:00:00 2001 From: Pantelis M <52674034+pantmal@users.noreply.github.com> Date: Thu, 2 Feb 2023 16:59:22 +0200 Subject: [PATCH] chore: version bump to v0.15.12 and ui to v0.15.10 (#11) --- charts/conduit/Chart.yaml | 4 +- charts/conduit/values.yaml | 194 +++++++++++++++++++------------------ 2 files changed, 100 insertions(+), 98 deletions(-) diff --git a/charts/conduit/Chart.yaml b/charts/conduit/Chart.yaml index 496daef..92959d3 100644 --- a/charts/conduit/Chart.yaml +++ b/charts/conduit/Chart.yaml @@ -15,13 +15,13 @@ 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: 0.1.9 +version: 0.1.10 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.15.9" +appVersion: "v0.15.12" dependencies: - name: loki diff --git a/charts/conduit/values.yaml b/charts/conduit/values.yaml index d5bc1b2..3069328 100644 --- a/charts/conduit/values.yaml +++ b/charts/conduit/values.yaml @@ -18,7 +18,7 @@ global: # -- Global repository option repository: conduitplatform # -- Overrides the global Conduit image tag whose default is the chart appVersion - tag: v0.15.9 + tag: v0.15.12 # -- If defined, a imagePullPolicy applied to all Conduit deployments imagePullPolicy: IfNotPresent @@ -126,18 +126,18 @@ module-settings: # -- Extra envFrom # @default -- `[]` envFrom: [] - # - configMapRef: - # name: config-map-name - # - secretRef: - # name: secret-name + # - configMapRef: + # name: config-map-name + # - secretRef: + # name: secret-name # -- Extra environment variables env: [] # -- Additional volumeMounts volumeMounts: [] - # - mountPath: /test-cinder - # name: test-volume + # - mountPath: /test-cinder + # name: test-volume # -- Additional volumes volumes: [] @@ -168,7 +168,7 @@ module-settings: namespace: "" # -- Prometheus ServiceMonitor selector selector: {} - # prometheus: kube-prometheus + # prometheus: kube-prometheus # -- Prometheus ServiceMonitor labels additionalLabels: {} # -- Prometheus ServiceMonitor interval @@ -208,7 +208,7 @@ admin: repository: "" # -- Tag to use for the Admin Panel image # @default -- `""` (defaults to global.image.tag) - tag: v0.15.6 + tag: v0.15.10 # -- Image pull policy for the Admin Panel image # @default -- `""` (defaults to global.image.imagePullPolicy) imagePullPolicy: "" @@ -234,18 +234,18 @@ admin: # -- Extra envFrom to pass to the Admin Panel # @default -- `[]` envFrom: [] - # - configMapRef: - # name: config-map-name - # - secretRef: - # name: secret-name + # - configMapRef: + # name: config-map-name + # - secretRef: + # name: secret-name # -- Extra environment variables to pass to the Admin Panel env: [] # -- Additional volumeMounts to the Admin main container volumeMounts: [] - # - mountPath: /test-cinder - # name: test-volume + # - mountPath: /test-cinder + # name: test-volume # -- Additional volumes to the Admin pod volumes: [] @@ -281,24 +281,24 @@ admin: # -- Additional ingress paths extraPaths: [] - # - path: /* - # backend: - # serviceName: ssl-redirect - # servicePort: use-annotation - ## for Kubernetes >=1.19 (when "networking.k8s.io/v1" is used) - # - path: /* - # pathType: Prefix - # backend: - # service: - # name: ssl-redirect - # port: - # name: use-annotation + # - path: /* + # backend: + # serviceName: ssl-redirect + # servicePort: use-annotation + ## for Kubernetes >=1.19 (when "networking.k8s.io/v1" is used) + # - path: /* + # pathType: Prefix + # backend: + # service: + # name: ssl-redirect + # port: + # name: use-annotation # -- Ingress TLS configuration tls: [] - # - hosts: - # - conduit-helm-admin.dev.quintessential.gr - # secretName: conduit-helm-admin-tls + # - hosts: + # - conduit-helm-admin.dev.quintessential.gr + # secretName: conduit-helm-admin-tls # -- Core module core: @@ -352,18 +352,18 @@ core: # -- Extra envFrom to pass to the core # @default -- `[]` envFrom: [] - # - configMapRef: - # name: config-map-name - # - secretRef: - # name: secret-name + # - configMapRef: + # name: config-map-name + # - secretRef: + # name: secret-name # -- Extra environment variables to pass to the core env: [] # -- Additional volumeMounts to the core main container volumeMounts: [] - # - mountPath: /test-cinder - # name: test-volume + # - mountPath: /test-cinder + # name: test-volume # -- Additional volumes to the core pod volumes: [] @@ -399,12 +399,13 @@ core: # -- Metrics service port targetPort: 9100 serviceMonitor: - name: # core + # core + name: # -- Prometheus ServiceMonitor namespace namespace: "" # -- Prometheus ServiceMonitor selector selector: {} - # prometheus: kube-prometheus + # prometheus: kube-prometheus # -- Prometheus ServiceMonitor labels additionalLabels: {} # -- Prometheus ServiceMonitor interval @@ -435,24 +436,24 @@ core: # -- Additional ingress paths extraPaths: [] - # - path: /* - # backend: - # serviceName: ssl-redirect - # servicePort: use-annotation - ## for Kubernetes >=1.19 (when "networking.k8s.io/v1" is used) - # - path: /* - # pathType: Prefix - # backend: - # service: - # name: ssl-redirect - # port: - # name: use-annotation + # - path: /* + # backend: + # serviceName: ssl-redirect + # servicePort: use-annotation + ## for Kubernetes >=1.19 (when "networking.k8s.io/v1" is used) + # - path: /* + # pathType: Prefix + # backend: + # service: + # name: ssl-redirect + # port: + # name: use-annotation # -- Ingress TLS configuration tls: [] - # - hosts: - # - conduit-helm-admin-api.dev.quintessential.gr - # secretName: conduit-helm-admin-api-tls + # - hosts: + # - conduit-helm-admin-api.dev.quintessential.gr + # secretName: conduit-helm-admin-api-tls # -- Alternative option for the host URL if ingress host is not defined. hostName: "" @@ -509,18 +510,18 @@ database: # -- Extra envFrom to pass to the database # @default -- `[]` envFrom: [] - # - configMapRef: - # name: config-map-name - # - secretRef: - # name: secret-name + # - configMapRef: + # name: config-map-name + # - secretRef: + # name: secret-name # -- Extra environment variables to pass to the database env: [] # -- Additional volumeMounts to the database main container volumeMounts: [] - # - mountPath: /test-cinder - # name: test-volume + # - mountPath: /test-cinder + # name: test-volume # -- Additional volumes to the database pod volumes: [] @@ -546,12 +547,13 @@ database: # -- Metrics service port targetPort: 9100 serviceMonitor: - name: # database-provider + # database-provider + name: # -- Prometheus ServiceMonitor namespace namespace: "" # -- Prometheus ServiceMonitor selector selector: {} - # prometheus: kube-prometheus + # prometheus: kube-prometheus # -- Prometheus ServiceMonitor labels additionalLabels: {} # -- Prometheus ServiceMonitor interval @@ -620,18 +622,18 @@ router: # -- Extra envFrom to pass to the router # @default -- `[]` envFrom: [] - # - configMapRef: - # name: config-map-name - # - secretRef: - # name: secret-name + # - configMapRef: + # name: config-map-name + # - secretRef: + # name: secret-name # -- Extra environment variables to pass to the router env: [] # -- Additional volumeMounts to the router main container volumeMounts: [] - # - mountPath: /test-cinder - # name: test-volume + # - mountPath: /test-cinder + # name: test-volume # -- Additional volumes to the router pod volumes: [] @@ -667,12 +669,13 @@ router: # -- Metrics service port targetPort: 9100 serviceMonitor: - name: # router + # router + name: # -- Prometheus ServiceMonitor namespace namespace: "" # -- Prometheus ServiceMonitor selector selector: {} - # prometheus: kube-prometheus + # prometheus: kube-prometheus # -- Prometheus ServiceMonitor labels additionalLabels: {} # -- Prometheus ServiceMonitor interval @@ -703,24 +706,24 @@ router: # -- Additional ingress paths extraPaths: [] - # - path: /* - # backend: - # serviceName: ssl-redirect - # servicePort: use-annotation - ## for Kubernetes >=1.19 (when "networking.k8s.io/v1" is used) - # - path: /* - # pathType: Prefix - # backend: - # service: - # name: ssl-redirect - # port: - # name: use-annotation + # - path: /* + # backend: + # serviceName: ssl-redirect + # servicePort: use-annotation + ## for Kubernetes >=1.19 (when "networking.k8s.io/v1" is used) + # - path: /* + # pathType: Prefix + # backend: + # service: + # name: ssl-redirect + # port: + # name: use-annotation # -- Ingress TLS configuration tls: [] - # - hosts: - # - conduit-helm-core.dev.quintessential.gr - # secretName: conduit-helm-core-tls + # - hosts: + # - conduit-helm-core.dev.quintessential.gr + # secretName: conduit-helm-core-tls # -- Alternative option for the host URL if ingress host is not defined. hostName: "" @@ -767,18 +770,18 @@ redis: # -- Extra envFrom to pass to the redis # @default -- `[]` envFrom: [] - # - configMapRef: - # name: config-map-name - # - secretRef: - # name: secret-name + # - configMapRef: + # name: config-map-name + # - secretRef: + # name: secret-name # -- Extra environment variables to pass to the redis env: [] # -- Additional volumeMounts to the redis main container volumeMounts: [] - # - mountPath: /test-cinder - # name: test-volume + # - mountPath: /test-cinder + # name: test-volume # -- Additional volumes to the redis pod volumes: [] @@ -845,10 +848,10 @@ mongodb: # -- Extra envFrom to pass to the mongodb # @default -- `[]` envFrom: [] - # - configMapRef: - # name: config-map-name - # - secretRef: - # name: secret-name + # - configMapRef: + # name: config-map-name + # - secretRef: + # name: secret-name # -- Extra environment variables to pass to the mongodb env: [] @@ -883,7 +886,6 @@ loki: setup: true loki: - # -- Single tenant deployment needed for loki auth_enabled: false @@ -893,7 +895,7 @@ loki: replication_factor: 1 storage: - type: 'filesystem' + type: "filesystem" rulerConfig: storage: type: local