fix(apps): fix serviceaccount creation on few apps (#3665)
* fix(apps): fix serviceaccount creation on few apps * one more * add SA for drone-runner * bump common
This commit is contained in:
parent
46384500d0
commit
ca1ee2528c
|
@ -3,7 +3,7 @@ appVersion: "2.6.1"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
version: 10.5.7
|
||||
deprecated: false
|
||||
description: Promtail is an agent which ships the contents of local logs to a Loki instance
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/promtail.png
|
||||
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://grafana.com/oss/loki/
|
||||
- https://grafana.com/docs/loki/latest/
|
||||
type: application
|
||||
version: 3.0.47
|
||||
version: 3.0.48
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
|
|
|
@ -97,7 +97,7 @@ rbac:
|
|||
# -- The service account the pods will use to interact with the Kubernetes API
|
||||
serviceAccount:
|
||||
main:
|
||||
create: true
|
||||
enabled: true
|
||||
|
||||
# -- Tolerations for pods. By default, pods will be scheduled on master/control-plane nodes.
|
||||
tolerations:
|
||||
|
|
|
@ -3,7 +3,7 @@ appVersion: "1.0.0"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
version: 10.5.7
|
||||
deprecated: false
|
||||
description: "Drone by Harness™ is a modern Continuous Integration platform"
|
||||
home: https://truecharts.org/docs/charts/stable/drone-runner
|
||||
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/drone-runner
|
||||
- https://docs.drone.io
|
||||
type: application
|
||||
version: 1.0.4
|
||||
version: 1.0.5
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
|
|
|
@ -18,6 +18,10 @@ service:
|
|||
protocol: HTTP
|
||||
targetPort: 3000
|
||||
|
||||
serviceAccount:
|
||||
main:
|
||||
enabled: true
|
||||
|
||||
rbac:
|
||||
main:
|
||||
enabled: true
|
||||
|
|
|
@ -3,7 +3,7 @@ appVersion: "0.3.1"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
version: 10.5.7
|
||||
deprecated: false
|
||||
description: A Helm chart for the k8s_gateway CoreDNS plugin
|
||||
home: https://truecharts.org/docs/charts/stable/k8s-gateway
|
||||
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/k8s-gateway
|
||||
- https://github.com/ori-edge/k8s_gateway
|
||||
type: application
|
||||
version: 6.1.15
|
||||
version: 6.1.16
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- networking
|
||||
|
|
|
@ -56,7 +56,7 @@ forward:
|
|||
serviceAccount:
|
||||
main:
|
||||
# -- Specifies whether a service account should be created
|
||||
create: true
|
||||
enabled: true
|
||||
|
||||
# -- Create a ClusterRole and ClusterRoleBinding
|
||||
# @default -- See below
|
||||
|
|
|
@ -3,7 +3,7 @@ appVersion: "1.36.1"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
version: 10.5.7
|
||||
description: Netdata is high-fidelity infrastructure monitoring and troubleshooting.
|
||||
home: https://truecharts.org/docs/charts/stable/netdata
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/netdata.png
|
||||
|
@ -19,7 +19,7 @@ name: netdata
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/netdata
|
||||
- https://github.com/netdata
|
||||
version: 2.0.34
|
||||
version: 2.0.35
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
||||
|
|
|
@ -18,7 +18,7 @@ podSecurityContext:
|
|||
# -- The service account the pods will use to interact with the Kubernetes API
|
||||
serviceAccount:
|
||||
main:
|
||||
create: true
|
||||
enabled: true
|
||||
|
||||
configmap:
|
||||
configs:
|
||||
|
|
|
@ -3,7 +3,7 @@ appVersion: "0.58.0"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
version: 10.5.7
|
||||
- condition: exporters.enabled,exporters.node-exporter.enabled
|
||||
name: node-exporter
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
|
|
|
@ -176,7 +176,7 @@ rbac:
|
|||
# -- The service account the pods will use to interact with the Kubernetes API
|
||||
serviceAccount:
|
||||
main:
|
||||
create: true
|
||||
enabled: true
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
|
|
|
@ -3,7 +3,7 @@ appVersion: "1.31.7"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
version: 10.5.7
|
||||
description: Tailscale lets you connect your devices and users together in your own secure virtual private network
|
||||
home: https://truecharts.org/docs/charts/stable/tailscale
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/tailscale.png
|
||||
|
@ -20,7 +20,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/tailscale
|
||||
- https://hub.docker.com/r/tailscale/tailscale
|
||||
- https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh
|
||||
version: 1.0.6
|
||||
version: 1.0.7
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
||||
|
|
|
@ -20,7 +20,7 @@ podSecurityContext:
|
|||
|
||||
serviceAccount:
|
||||
main:
|
||||
create: true
|
||||
enabled: true
|
||||
|
||||
rbac:
|
||||
main:
|
||||
|
|
|
@ -3,7 +3,7 @@ appVersion: "2.8.3"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
version: 10.5.7
|
||||
deprecated: false
|
||||
description: Traefik is a flexible reverse proxy and Ingress Provider.
|
||||
home: https://truecharts.org/docs/charts/stable/traefik
|
||||
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/traefik/traefik-helm-chart
|
||||
- https://traefik.io/
|
||||
type: application
|
||||
version: 13.3.3
|
||||
version: 13.3.4
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
||||
|
|
|
@ -313,7 +313,7 @@ rbac:
|
|||
# -- The service account the pods will use to interact with the Kubernetes API
|
||||
serviceAccount:
|
||||
main:
|
||||
create: true
|
||||
enabled: true
|
||||
|
||||
# -- SCALE Middleware Handlers
|
||||
middlewares:
|
||||
|
|
Loading…
Reference in New Issue