Skip to content

Commit

Permalink
chore: version bump to v0.15.12 and ui to v0.15.10 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
pantmal authored Feb 2, 2023
1 parent ef7ddf0 commit a828484
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 98 deletions.
4 changes: 2 additions & 2 deletions charts/conduit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
194 changes: 98 additions & 96 deletions charts/conduit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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: []
Expand Down Expand Up @@ -168,7 +168,7 @@ module-settings:
namespace: ""
# -- Prometheus ServiceMonitor selector
selector: {}
# prometheus: kube-prometheus
# prometheus: kube-prometheus
# -- Prometheus ServiceMonitor labels
additionalLabels: {}
# -- Prometheus ServiceMonitor interval
Expand Down Expand Up @@ -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: ""
Expand All @@ -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: []
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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: []
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: ""
Expand Down Expand Up @@ -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: []
Expand All @@ -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
Expand Down Expand Up @@ -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: []
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: ""
Expand Down Expand Up @@ -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: []
Expand Down Expand Up @@ -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: []
Expand Down Expand Up @@ -883,7 +886,6 @@ loki:
setup: true

loki:

# -- Single tenant deployment needed for loki
auth_enabled: false

Expand All @@ -893,7 +895,7 @@ loki:
replication_factor: 1

storage:
type: 'filesystem'
type: "filesystem"
rulerConfig:
storage:
type: local
Expand Down

0 comments on commit a828484

Please sign in to comment.