diff --git a/helmfile/cloud-sdk/charts/github-actions-network-policies/templates/egress-allow-kube-api.yaml b/helmfile/cloud-sdk/charts/github-actions-network-policies/templates/egress-allow-kube-api.yaml index 16a1f72..0290750 100644 --- a/helmfile/cloud-sdk/charts/github-actions-network-policies/templates/egress-allow-kube-api.yaml +++ b/helmfile/cloud-sdk/charts/github-actions-network-policies/templates/egress-allow-kube-api.yaml @@ -13,8 +13,4 @@ spec: protocol: TCP to: - ipBlock: - cidr: 172.20.0.1/32 - - ipBlock: - cidr: 10.10.11.166/32 - - ipBlock: - cidr: 10.10.12.140/32 + cidr: 0.0.0.0/0 diff --git a/helmfile/cloud-sdk/helmfile.yaml b/helmfile/cloud-sdk/helmfile.yaml index 9a71806..88d8775 100644 --- a/helmfile/cloud-sdk/helmfile.yaml +++ b/helmfile/cloud-sdk/helmfile.yaml @@ -318,6 +318,9 @@ releases: description: New ElasticSearch logs found with Assertion violation (WIFI-9824) - grafana: + image: + repository: grafana/grafana + tag: 8.5.13 grafana.ini: users: viewers_can_edit: true @@ -354,6 +357,8 @@ releases: default: performance: url: https://raw.githubusercontent.com/Telecominfraproject/wlan-testing/master/grafana/performance.json + qaDebugging: + url: https://raw.githubusercontent.com/Telecominfraproject/wlan-testing/master/grafana/qa-debugging.json datasources: datasources.yaml: @@ -385,6 +390,8 @@ releases: jsonData: esVersion: 6 timeField: '@timestamp' + logMessageField: message + logLevelField: fields.level - alertmanager: config: @@ -412,6 +419,11 @@ releases: {{- readFile "alertmanager-templates/text.tpl" | nindent 14 }} title_link: "" + - kube-state-metrics: + image: + repository: tip-tip-wlan-cloud-ucentral.jfrog.io/kube-state-metrics + tag: v2.6.0-tip20221103 + - name: prometheus-operator-helper condition: prometheus.enabled