Skip to content

Commit

Permalink
correct value for app.uw.systems/repos annotation (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinGinszt authored Jun 24, 2024
1 parent 757c2c9 commit 69d287c
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion cockroachdb/manifests-cert-manager/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: &app cockroachdb-client
annotations:
"app.uw.systems/description": "Used to connect and query the cockroachdb databases."
"app.uw.systems/repos": "https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/cockroachdb"
"app.uw.systems/repos": "https://github.com/utilitywarehouse/shared-kustomize-bases/cockroachdb"
"app.uw.systems/tier": "tier_4"
"app.uw.systems/tags.oss": "true"
"secret.reloader.stakater.com/reload": "cockroachdb.client.root"
Expand Down
2 changes: 1 addition & 1 deletion cockroachdb/manifests-cert-manager/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app: cockroachdb
annotations:
"app.uw.systems/description": "Used to store data projections of events in multiple services."
"app.uw.systems/repos": "https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/cockroachdb"
"app.uw.systems/repos": "https://github.com/utilitywarehouse/shared-kustomize-bases/cockroachdb"
"app.uw.systems/tags.oss": "true"
"secret.reloader.stakater.com/reload": "cockroachdb.node"
spec:
Expand Down
2 changes: 1 addition & 1 deletion cockroachdb/manifests/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: &app cockroachdb-client
annotations:
"app.uw.systems/description": "Used to connect and query the cockroachdb databases."
"app.uw.systems/repos": "https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/cockroachdb"
"app.uw.systems/repos": "https://github.com/utilitywarehouse/shared-kustomize-bases/cockroachdb"
"app.uw.systems/tier": "tier_4"
"app.uw.systems/tags.oss": "true"
spec:
Expand Down
2 changes: 1 addition & 1 deletion cockroachdb/manifests/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app: cockroachdb
annotations:
"app.uw.systems/description": "Used to store data projections of events in multiple services."
"app.uw.systems/repos": "https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/cockroachdb"
"app.uw.systems/repos": "https://github.com/utilitywarehouse/shared-kustomize-bases/cockroachdb"
"app.uw.systems/tags.oss": "true"
spec:
serviceName: cockroachdb
Expand Down
4 changes: 2 additions & 2 deletions elasticsearch/gen-yaml/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
commonAnnotations:
"app.uw.systems/repos": "https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/elasticsearch"
"app.uw.systems/repos": "https://github.com/utilitywarehouse/shared-kustomize-bases/elasticsearch"

global:
kibanaEnabled: true
Expand Down Expand Up @@ -37,7 +37,7 @@ sysctlImage:

kibana:
commonAnnotations:
"app.uw.systems/repos": "https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/elasticsearch"
"app.uw.systems/repos": "https://github.com/utilitywarehouse/shared-kustomize-bases/elasticsearch"
metrics:
enabled: true
resources:
Expand Down
26 changes: 13 additions & 13 deletions elasticsearch/manifests/elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
app.kubernetes.io/version: 8.11.4
helm.sh/chart: kibana-10.7.0
annotations:
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/elasticsearch
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/elasticsearch
automountServiceAccountToken: false
---
# Source: elasticsearch/templates/master/serviceaccount.yaml
Expand All @@ -29,7 +29,7 @@ metadata:
helm.sh/chart: elasticsearch-19.16.1
app.kubernetes.io/component: master
annotations:
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/elasticsearch
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/elasticsearch
automountServiceAccountToken: false
---
# Source: elasticsearch/templates/metrics/serviceaccount.yaml
Expand All @@ -46,7 +46,7 @@ metadata:
helm.sh/chart: elasticsearch-19.16.1
app.kubernetes.io/component: metrics
annotations:
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/elasticsearch
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/elasticsearch
automountServiceAccountToken: false
---
# Source: elasticsearch/charts/kibana/templates/configmap.yaml
Expand All @@ -62,7 +62,7 @@ metadata:
app.kubernetes.io/version: 8.11.4
helm.sh/chart: kibana-10.7.0
annotations:
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/elasticsearch
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/elasticsearch
data:
kibana.yml: |
pid.file: /opt/bitnami/kibana/tmp/kibana.pid
Expand All @@ -84,7 +84,7 @@ metadata:
app.kubernetes.io/version: 8.11.4
helm.sh/chart: kibana-10.7.0
annotations:
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/elasticsearch
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/elasticsearch
spec:
accessModes:
- "ReadWriteOnce"
Expand All @@ -105,7 +105,7 @@ metadata:
app.kubernetes.io/version: 8.11.4
helm.sh/chart: kibana-10.7.0
annotations:
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/elasticsearch
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/elasticsearch
prometheus.io/path: _prometheus/metrics
prometheus.io/port: "80"
prometheus.io/scrape: "true"
Expand Down Expand Up @@ -135,7 +135,7 @@ metadata:
helm.sh/chart: elasticsearch-19.16.1
app.kubernetes.io/component: master
annotations:
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/elasticsearch
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/elasticsearch
spec:
type: ClusterIP
clusterIP: None
Expand Down Expand Up @@ -166,7 +166,7 @@ metadata:
helm.sh/chart: elasticsearch-19.16.1
app.kubernetes.io/component: metrics
annotations:
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/elasticsearch
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/elasticsearch
prometheus.io/port: "9114"
prometheus.io/scrape: "true"
spec:
Expand Down Expand Up @@ -194,7 +194,7 @@ metadata:
helm.sh/chart: elasticsearch-19.16.1
app.kubernetes.io/component: master
annotations:
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/elasticsearch
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/elasticsearch
spec:
type: ClusterIP
sessionAffinity: None
Expand Down Expand Up @@ -224,7 +224,7 @@ metadata:
app.kubernetes.io/version: 8.11.4
helm.sh/chart: kibana-10.7.0
annotations:
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/elasticsearch
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/elasticsearch
spec:
replicas: 1
strategy:
Expand Down Expand Up @@ -361,7 +361,7 @@ metadata:
## Istio Labels: https://istio.io/docs/ops/deployment/requirements/
app: master
annotations:
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/elasticsearch
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/elasticsearch
spec:
replicas: 3
podManagementPolicy: Parallel
Expand Down Expand Up @@ -477,7 +477,7 @@ spec:
- metadata:
name: "data"
annotations:
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/elasticsearch
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/elasticsearch
spec:
accessModes:
- "ReadWriteOnce"
Expand All @@ -501,7 +501,7 @@ metadata:
## Istio Labels: https://istio.io/docs/ops/deployment/requirements/
app: metrics
annotations:
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/elasticsearch
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/elasticsearch
helm.sh/hook: post-install,post-upgrade
helm.sh/hook-weight: "5"
spec:
Expand Down
2 changes: 1 addition & 1 deletion redis/gen-yaml/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
commonAnnotations:
"app.uw.systems/repos": "https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/redis"
"app.uw.systems/repos": "https://github.com/utilitywarehouse/shared-kustomize-bases/redis"

auth:
existingSecret: "redis"
Expand Down
16 changes: 8 additions & 8 deletions redis/manifests/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
app.kubernetes.io/version: 7.2.2
helm.sh/chart: redis-18.1.6
annotations:
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/redis
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/redis
---
# Source: redis/templates/configmap.yaml
apiVersion: v1
Expand All @@ -28,7 +28,7 @@ metadata:
app.kubernetes.io/version: 7.2.2
helm.sh/chart: redis-18.1.6
annotations:
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/redis
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/redis
data:
redis.conf: |-
# User-supplied common configuration:
Expand Down Expand Up @@ -61,7 +61,7 @@ metadata:
app.kubernetes.io/version: 7.2.2
helm.sh/chart: redis-18.1.6
annotations:
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/redis
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/redis
data:
ping_readiness_local.sh: |-
#!/bin/bash
Expand Down Expand Up @@ -171,7 +171,7 @@ metadata:
app.kubernetes.io/version: 7.2.2
helm.sh/chart: redis-18.1.6
annotations:
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/redis
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/redis
data:
start-master.sh: |
#!/bin/bash
Expand Down Expand Up @@ -203,7 +203,7 @@ metadata:
app.kubernetes.io/version: 7.2.2
helm.sh/chart: redis-18.1.6
annotations:
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/redis
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/redis

spec:
type: ClusterIP
Expand All @@ -230,7 +230,7 @@ metadata:
helm.sh/chart: redis-18.1.6
app.kubernetes.io/component: master
annotations:
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/redis
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/redis
spec:
type: ClusterIP
internalTrafficPolicy: Cluster
Expand Down Expand Up @@ -259,7 +259,7 @@ metadata:
helm.sh/chart: redis-18.1.6
app.kubernetes.io/component: metrics
annotations:
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/redis
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/redis
spec:
type: ClusterIP
ports:
Expand All @@ -285,7 +285,7 @@ metadata:
helm.sh/chart: redis-18.1.6
app.kubernetes.io/component: master
annotations:
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/tree/main/redis
app.uw.systems/repos: https://github.com/utilitywarehouse/shared-kustomize-bases/redis
spec:
replicas: 1
selector:
Expand Down

0 comments on commit 69d287c

Please sign in to comment.