Update kubernetes-entrypoint image
Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default instead of 1.0.0 which is v1 formatted and not supported any more by docker. Change-Id: I6349a57494ed8b1e3c4b618f5bd82705bef42f7a
This commit is contained in:
parent
f803daeb5e
commit
8077898106
@ -15,6 +15,6 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Ceph Adapter Rook
|
description: OpenStack-Helm Ceph Adapter Rook
|
||||||
name: ceph-adapter-rook
|
name: ceph-adapter-rook
|
||||||
version: 0.1.3
|
version: 0.1.4
|
||||||
home: https://github.com/ceph/ceph
|
home: https://github.com/ceph/ceph
|
||||||
...
|
...
|
||||||
|
@ -3,7 +3,7 @@ images:
|
|||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
tags:
|
tags:
|
||||||
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312'
|
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312'
|
||||||
dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0'
|
dep_check: 'quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal'
|
||||||
image_repo_sync: 'docker.io/library/docker:17.07.0'
|
image_repo_sync: 'docker.io/library/docker:17.07.0'
|
||||||
local_registry:
|
local_registry:
|
||||||
active: false
|
active: false
|
||||||
|
@ -15,6 +15,6 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Ceph Client
|
description: OpenStack-Helm Ceph Client
|
||||||
name: ceph-client
|
name: ceph-client
|
||||||
version: 0.1.50
|
version: 0.1.51
|
||||||
home: https://github.com/ceph/ceph-client
|
home: https://github.com/ceph/ceph-client
|
||||||
...
|
...
|
||||||
|
@ -28,7 +28,7 @@ images:
|
|||||||
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312'
|
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312'
|
||||||
ceph_mds: 'docker.io/openstackhelm/ceph-daemon:ubuntu_jammy_18.2.2-1-20240312'
|
ceph_mds: 'docker.io/openstackhelm/ceph-daemon:ubuntu_jammy_18.2.2-1-20240312'
|
||||||
ceph_rbd_pool: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312'
|
ceph_rbd_pool: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312'
|
||||||
dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0'
|
dep_check: 'quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal'
|
||||||
image_repo_sync: 'docker.io/library/docker:17.07.0'
|
image_repo_sync: 'docker.io/library/docker:17.07.0'
|
||||||
local_registry:
|
local_registry:
|
||||||
active: false
|
active: false
|
||||||
|
@ -15,6 +15,6 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Ceph Mon
|
description: OpenStack-Helm Ceph Mon
|
||||||
name: ceph-mon
|
name: ceph-mon
|
||||||
version: 0.1.35
|
version: 0.1.36
|
||||||
home: https://github.com/ceph/ceph
|
home: https://github.com/ceph/ceph
|
||||||
...
|
...
|
||||||
|
@ -28,7 +28,7 @@ images:
|
|||||||
ceph_mon: 'docker.io/openstackhelm/ceph-daemon:ubuntu_jammy_18.2.2-1-20240312'
|
ceph_mon: 'docker.io/openstackhelm/ceph-daemon:ubuntu_jammy_18.2.2-1-20240312'
|
||||||
ceph_mgr: 'docker.io/openstackhelm/ceph-daemon:ubuntu_jammy_18.2.2-1-20240312'
|
ceph_mgr: 'docker.io/openstackhelm/ceph-daemon:ubuntu_jammy_18.2.2-1-20240312'
|
||||||
ceph_mon_check: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312'
|
ceph_mon_check: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312'
|
||||||
dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0'
|
dep_check: 'quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal'
|
||||||
image_repo_sync: 'docker.io/library/docker:17.07.0'
|
image_repo_sync: 'docker.io/library/docker:17.07.0'
|
||||||
local_registry:
|
local_registry:
|
||||||
active: false
|
active: false
|
||||||
|
@ -15,6 +15,6 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Ceph OSD
|
description: OpenStack-Helm Ceph OSD
|
||||||
name: ceph-osd
|
name: ceph-osd
|
||||||
version: 0.1.51
|
version: 0.1.52
|
||||||
home: https://github.com/ceph/ceph
|
home: https://github.com/ceph/ceph
|
||||||
...
|
...
|
||||||
|
@ -22,7 +22,7 @@ images:
|
|||||||
ceph_osd: 'docker.io/openstackhelm/ceph-daemon:ubuntu_jammy_18.2.2-1-20240312'
|
ceph_osd: 'docker.io/openstackhelm/ceph-daemon:ubuntu_jammy_18.2.2-1-20240312'
|
||||||
ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_jammy_18.2.2-1-20240312'
|
ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_jammy_18.2.2-1-20240312'
|
||||||
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312'
|
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312'
|
||||||
dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0'
|
dep_check: 'quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal'
|
||||||
image_repo_sync: 'docker.io/library/docker:17.07.0'
|
image_repo_sync: 'docker.io/library/docker:17.07.0'
|
||||||
local_registry:
|
local_registry:
|
||||||
active: false
|
active: false
|
||||||
|
@ -15,6 +15,6 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Ceph Provisioner
|
description: OpenStack-Helm Ceph Provisioner
|
||||||
name: ceph-provisioners
|
name: ceph-provisioners
|
||||||
version: 0.1.30
|
version: 0.1.31
|
||||||
home: https://github.com/ceph/ceph
|
home: https://github.com/ceph/ceph
|
||||||
...
|
...
|
||||||
|
@ -39,7 +39,7 @@ images:
|
|||||||
csi_resizer: 'registry.k8s.io/sig-storage/csi-resizer:v1.4.0'
|
csi_resizer: 'registry.k8s.io/sig-storage/csi-resizer:v1.4.0'
|
||||||
csi_registrar: 'registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.0'
|
csi_registrar: 'registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.0'
|
||||||
cephcsi: 'quay.io/cephcsi/cephcsi:v3.6.2'
|
cephcsi: 'quay.io/cephcsi/cephcsi:v3.6.2'
|
||||||
dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0'
|
dep_check: 'quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal'
|
||||||
image_repo_sync: 'docker.io/library/docker:17.07.0'
|
image_repo_sync: 'docker.io/library/docker:17.07.0'
|
||||||
local_registry:
|
local_registry:
|
||||||
active: false
|
active: false
|
||||||
|
@ -15,6 +15,6 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Ceph RadosGW
|
description: OpenStack-Helm Ceph RadosGW
|
||||||
name: ceph-rgw
|
name: ceph-rgw
|
||||||
version: 0.1.34
|
version: 0.1.35
|
||||||
home: https://github.com/ceph/ceph
|
home: https://github.com/ceph/ceph
|
||||||
...
|
...
|
||||||
|
@ -28,7 +28,7 @@ images:
|
|||||||
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312'
|
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312'
|
||||||
ceph_rgw: 'docker.io/openstackhelm/ceph-daemon:ubuntu_jammy_18.2.2-1-20240312'
|
ceph_rgw: 'docker.io/openstackhelm/ceph-daemon:ubuntu_jammy_18.2.2-1-20240312'
|
||||||
ceph_rgw_pool: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312'
|
ceph_rgw_pool: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312'
|
||||||
dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0'
|
dep_check: 'quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal'
|
||||||
image_repo_sync: 'docker.io/library/docker:17.07.0'
|
image_repo_sync: 'docker.io/library/docker:17.07.0'
|
||||||
rgw_s3_admin: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312'
|
rgw_s3_admin: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312'
|
||||||
rgw_placement_targets: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312'
|
rgw_placement_targets: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312'
|
||||||
|
@ -16,5 +16,5 @@ appVersion: "1.0"
|
|||||||
description: Rotate the certificates generated by cert-manager
|
description: Rotate the certificates generated by cert-manager
|
||||||
home: https://cert-manager.io/
|
home: https://cert-manager.io/
|
||||||
name: cert-rotation
|
name: cert-rotation
|
||||||
version: 0.1.8
|
version: 0.1.9
|
||||||
...
|
...
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
cert_rotation: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy'
|
cert_rotation: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy'
|
||||||
dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0'
|
dep_check: 'quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal'
|
||||||
local_registry:
|
local_registry:
|
||||||
active: false
|
active: false
|
||||||
labels:
|
labels:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v6.2.3
|
appVersion: v6.2.3
|
||||||
description: OpenStack-Helm Elastic APM Server
|
description: OpenStack-Helm Elastic APM Server
|
||||||
name: elastic-apm-server
|
name: elastic-apm-server
|
||||||
version: 0.1.4
|
version: 0.1.5
|
||||||
home: https://www.elastic.co/guide/en/apm/get-started/current/index.html
|
home: https://www.elastic.co/guide/en/apm/get-started/current/index.html
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/elastic/apm-server
|
- https://github.com/elastic/apm-server
|
||||||
|
@ -28,7 +28,7 @@ labels:
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
elastic_apm_server: docker.elastic.co/apm/apm-server:6.2.3
|
elastic_apm_server: docker.elastic.co/apm/apm-server:6.2.3
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v7.1.0
|
appVersion: v7.1.0
|
||||||
description: OpenStack-Helm Elastic Filebeat
|
description: OpenStack-Helm Elastic Filebeat
|
||||||
name: elastic-filebeat
|
name: elastic-filebeat
|
||||||
version: 0.1.5
|
version: 0.1.6
|
||||||
home: https://www.elastic.co/products/beats/filebeat
|
home: https://www.elastic.co/products/beats/filebeat
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/elastic/beats/tree/master/filebeat
|
- https://github.com/elastic/beats/tree/master/filebeat
|
||||||
|
@ -28,7 +28,7 @@ labels:
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
filebeat: docker.elastic.co/beats/filebeat-oss:7.1.0
|
filebeat: docker.elastic.co/beats/filebeat-oss:7.1.0
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v7.1.0
|
appVersion: v7.1.0
|
||||||
description: OpenStack-Helm Elastic Metricbeat
|
description: OpenStack-Helm Elastic Metricbeat
|
||||||
name: elastic-metricbeat
|
name: elastic-metricbeat
|
||||||
version: 0.1.6
|
version: 0.1.7
|
||||||
home: https://www.elastic.co/products/beats/metricbeat
|
home: https://www.elastic.co/products/beats/metricbeat
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/elastic/beats/tree/master/metricbeat
|
- https://github.com/elastic/beats/tree/master/metricbeat
|
||||||
|
@ -28,7 +28,7 @@ labels:
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
metricbeat: docker.elastic.co/beats/metricbeat-oss:7.1.0
|
metricbeat: docker.elastic.co/beats/metricbeat-oss:7.1.0
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v7.1.0
|
appVersion: v7.1.0
|
||||||
description: OpenStack-Helm Elastic Packetbeat
|
description: OpenStack-Helm Elastic Packetbeat
|
||||||
name: elastic-packetbeat
|
name: elastic-packetbeat
|
||||||
version: 0.1.4
|
version: 0.1.5
|
||||||
home: https://www.elastic.co/products/beats/packetbeat
|
home: https://www.elastic.co/products/beats/packetbeat
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/elastic/beats/tree/master/packetbeat
|
- https://github.com/elastic/beats/tree/master/packetbeat
|
||||||
|
@ -28,7 +28,7 @@ labels:
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
packetbeat: docker.elastic.co/beats/packetbeat-oss:7.1.0
|
packetbeat: docker.elastic.co/beats/packetbeat-oss:7.1.0
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v8.9.0
|
appVersion: v8.9.0
|
||||||
description: OpenStack-Helm ElasticSearch
|
description: OpenStack-Helm ElasticSearch
|
||||||
name: elasticsearch
|
name: elasticsearch
|
||||||
version: 0.3.3
|
version: 0.3.4
|
||||||
home: https://www.elastic.co/
|
home: https://www.elastic.co/
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/elastic/elasticsearch
|
- https://github.com/elastic/elasticsearch
|
||||||
|
@ -13,6 +13,38 @@ limitations under the License.
|
|||||||
*/}}
|
*/}}
|
||||||
|
|
||||||
{{- if and (.Values.manifests.object_bucket_claim) (.Values.conf.elasticsearch.snapshots.enabled) }}
|
{{- if and (.Values.manifests.object_bucket_claim) (.Values.conf.elasticsearch.snapshots.enabled) }}
|
||||||
|
---
|
||||||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
kind: Role
|
||||||
|
metadata:
|
||||||
|
name: elasticsearch-dependencies-objectbucket
|
||||||
|
namespace: {{ .Release.Namespace }}
|
||||||
|
rules:
|
||||||
|
- apiGroups:
|
||||||
|
- "objectbucket.io"
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
resources:
|
||||||
|
- objectbuckets
|
||||||
|
---
|
||||||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
kind: RoleBinding
|
||||||
|
metadata:
|
||||||
|
name: elasticsearch-dependencies-objectbucket
|
||||||
|
namespace: {{ .Release.Namespace }}
|
||||||
|
roleRef:
|
||||||
|
apiGroup: rbac.authorization.k8s.io
|
||||||
|
kind: Role
|
||||||
|
name: elasticsearch-dependencies-objectbucket
|
||||||
|
subjects:
|
||||||
|
- kind: ServiceAccount
|
||||||
|
name: create-elasticsearch-templates
|
||||||
|
namespace: {{ .Release.Namespace }}
|
||||||
|
- kind: ServiceAccount
|
||||||
|
name: verify-repositories
|
||||||
|
namespace: {{ .Release.Namespace }}
|
||||||
|
|
||||||
{{- range $bucket := .Values.storage.s3.buckets }}
|
{{- range $bucket := .Values.storage.s3.buckets }}
|
||||||
# When using this Rook CRD, not only bucket will be created,
|
# When using this Rook CRD, not only bucket will be created,
|
||||||
# but also a secret containing the credentials to access the bucket.
|
# but also a secret containing the credentials to access the bucket.
|
||||||
|
@ -26,7 +26,7 @@ images:
|
|||||||
s3_user: docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312
|
s3_user: docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312
|
||||||
helm_tests: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
helm_tests: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
||||||
prometheus_elasticsearch_exporter: quay.io/prometheuscommunity/elasticsearch-exporter:v1.7.0
|
prometheus_elasticsearch_exporter: quay.io/prometheuscommunity/elasticsearch-exporter:v1.7.0
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
snapshot_repository: docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312
|
snapshot_repository: docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312
|
||||||
elasticsearch_templates: docker.io/openstackhelm/elasticsearch-s3:latest-8_9_0
|
elasticsearch_templates: docker.io/openstackhelm/elasticsearch-s3:latest-8_9_0
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v3.4.3
|
appVersion: v3.4.3
|
||||||
description: OpenStack-Helm etcd
|
description: OpenStack-Helm etcd
|
||||||
name: etcd
|
name: etcd
|
||||||
version: 0.1.6
|
version: 0.1.7
|
||||||
home: https://coreos.com/etcd/
|
home: https://coreos.com/etcd/
|
||||||
icon: https://raw.githubusercontent.com/CloudCoreo/etcd-cluster/master/images/icon.png
|
icon: https://raw.githubusercontent.com/CloudCoreo/etcd-cluster/master/images/icon.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
etcd: 'registry.k8s.io/etcd-amd64:3.4.3'
|
etcd: 'registry.k8s.io/etcd-amd64:3.4.3'
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: "IfNotPresent"
|
pull_policy: "IfNotPresent"
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: falco
|
name: falco
|
||||||
version: 0.1.9
|
version: 0.1.10
|
||||||
appVersion: 0.11.1
|
appVersion: 0.11.1
|
||||||
description: Sysdig Falco
|
description: Sysdig Falco
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
images:
|
images:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
tags:
|
tags:
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
falco: docker.io/sysdig/falco:0.12.1
|
falco: docker.io/sysdig/falco:0.12.1
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v0.8.0
|
appVersion: v0.8.0
|
||||||
description: OpenStack-Helm BootStrap Flannel
|
description: OpenStack-Helm BootStrap Flannel
|
||||||
name: flannel
|
name: flannel
|
||||||
version: 0.1.5
|
version: 0.1.6
|
||||||
home: https://github.com/coreos/flannel
|
home: https://github.com/coreos/flannel
|
||||||
icon: https://raw.githubusercontent.com/coreos/flannel/master/logos/flannel-horizontal-color.png
|
icon: https://raw.githubusercontent.com/coreos/flannel/master/logos/flannel-horizontal-color.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -21,7 +21,7 @@ labels:
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
flannel: quay.io/coreos/flannel:v0.8.0-amd64
|
flannel: quay.io/coreos/flannel:v0.8.0-amd64
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v0.14.2
|
appVersion: v0.14.2
|
||||||
description: OpenStack-Helm Fluentbit
|
description: OpenStack-Helm Fluentbit
|
||||||
name: fluentbit
|
name: fluentbit
|
||||||
version: 0.1.5
|
version: 0.1.6
|
||||||
home: https://www.fluentbit.io/
|
home: https://www.fluentbit.io/
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/fluent/fluentbit
|
- https://github.com/fluent/fluentbit
|
||||||
|
@ -25,7 +25,7 @@ labels:
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
fluentbit: docker.io/fluent/fluent-bit:0.14.2
|
fluentbit: docker.io/fluent/fluent-bit:0.14.2
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.10.1
|
appVersion: v1.10.1
|
||||||
description: OpenStack-Helm Fluentd
|
description: OpenStack-Helm Fluentd
|
||||||
name: fluentd
|
name: fluentd
|
||||||
version: 0.1.10
|
version: 0.1.11
|
||||||
home: https://www.fluentd.org/
|
home: https://www.fluentd.org/
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/fluent/fluentd
|
- https://github.com/fluent/fluentd
|
||||||
|
@ -25,7 +25,7 @@ labels:
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
fluentd: docker.io/openstackhelm/fluentd:latest-debian
|
fluentd: docker.io/openstackhelm/fluentd:latest-debian
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
helm_tests: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
helm_tests: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v3.0.3
|
appVersion: v3.0.3
|
||||||
description: OpenStack-Helm Gnocchi
|
description: OpenStack-Helm Gnocchi
|
||||||
name: gnocchi
|
name: gnocchi
|
||||||
version: 0.1.15
|
version: 0.1.16
|
||||||
home: https://gnocchi.xyz/
|
home: https://gnocchi.xyz/
|
||||||
icon: https://gnocchi.xyz/_static/gnocchi-logo.png
|
icon: https://gnocchi.xyz/_static/gnocchi-logo.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -36,7 +36,7 @@ release_group: null
|
|||||||
|
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
gnocchi_storage_init: docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312
|
gnocchi_storage_init: docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312
|
||||||
db_init_indexer: docker.io/library/postgres:9.5
|
db_init_indexer: docker.io/library/postgres:9.5
|
||||||
# using non-kolla images until kolla supports postgres as
|
# using non-kolla images until kolla supports postgres as
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v9.2.10
|
appVersion: v9.2.10
|
||||||
description: OpenStack-Helm Grafana
|
description: OpenStack-Helm Grafana
|
||||||
name: grafana
|
name: grafana
|
||||||
version: 0.1.25
|
version: 0.1.26
|
||||||
home: https://grafana.com/
|
home: https://grafana.com/
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/grafana/grafana
|
- https://github.com/grafana/grafana
|
||||||
|
@ -19,7 +19,7 @@ images:
|
|||||||
tags:
|
tags:
|
||||||
grafana: docker.io/grafana/grafana:9.2.10
|
grafana: docker.io/grafana/grafana:9.2.10
|
||||||
mariadb: docker.io/openstackhelm/mariadb:latest-ubuntu_focal
|
mariadb: docker.io/openstackhelm/mariadb:latest-ubuntu_focal
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
db_init: docker.io/openstackhelm/heat:stein-ubuntu_bionic
|
db_init: docker.io/openstackhelm/heat:stein-ubuntu_bionic
|
||||||
grafana_db_session_sync: docker.io/openstackhelm/heat:stein-ubuntu_bionic
|
grafana_db_session_sync: docker.io/openstackhelm/heat:stein-ubuntu_bionic
|
||||||
selenium_tests: docker.io/openstackhelm/osh-selenium:latest-ubuntu_focal
|
selenium_tests: docker.io/openstackhelm/osh-selenium:latest-ubuntu_focal
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Helm-Toolkit
|
description: OpenStack-Helm Helm-Toolkit
|
||||||
name: helm-toolkit
|
name: helm-toolkit
|
||||||
version: 0.2.66
|
version: 0.2.69
|
||||||
home: https://docs.openstack.org/openstack-helm
|
home: https://docs.openstack.org/openstack-helm
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/OpenStack-Helm/OpenStack_Project_OpenStackHelm_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/OpenStack-Helm/OpenStack_Project_OpenStackHelm_vertical.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -19,7 +19,7 @@ values: |
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
test_image: docker.io/port/test:version-foo
|
test_image: docker.io/port/test:version-foo
|
||||||
image_foo: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
image_foo: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
active: true
|
active: true
|
||||||
|
@ -19,7 +19,7 @@ abstract: |
|
|||||||
values: |
|
values: |
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
active: true
|
active: true
|
||||||
@ -76,7 +76,7 @@ usage: |
|
|||||||
{{ tuple . "calico_node" list | include "helm-toolkit.snippets.kubernetes_entrypoint_init_container" }}
|
{{ tuple . "calico_node" list | include "helm-toolkit.snippets.kubernetes_entrypoint_init_container" }}
|
||||||
return: |
|
return: |
|
||||||
- name: init
|
- name: init
|
||||||
image: "quay.io/airshipit/kubernetes-entrypoint:v1.0.0"
|
image: "quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v8.9.0
|
appVersion: v8.9.0
|
||||||
description: OpenStack-Helm Kibana
|
description: OpenStack-Helm Kibana
|
||||||
name: kibana
|
name: kibana
|
||||||
version: 0.1.14
|
version: 0.1.15
|
||||||
home: https://www.elastic.co/products/kibana
|
home: https://www.elastic.co/products/kibana
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/elastic/kibana
|
- https://github.com/elastic/kibana
|
||||||
|
@ -23,7 +23,7 @@ images:
|
|||||||
tags:
|
tags:
|
||||||
apache_proxy: docker.io/library/httpd:2.4
|
apache_proxy: docker.io/library/httpd:2.4
|
||||||
kibana: docker.elastic.co/kibana/kibana:8.9.0
|
kibana: docker.elastic.co/kibana/kibana:8.9.0
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
register_kibana_indexes: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
register_kibana_indexes: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
||||||
flush_kibana_metadata: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
flush_kibana_metadata: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.14.5
|
appVersion: v1.14.5
|
||||||
description: OpenStack-Helm Kube-DNS
|
description: OpenStack-Helm Kube-DNS
|
||||||
name: kube-dns
|
name: kube-dns
|
||||||
version: 0.1.7
|
version: 0.1.8
|
||||||
home: https://github.com/coreos/flannel
|
home: https://github.com/coreos/flannel
|
||||||
icon: https://raw.githubusercontent.com/coreos/flannel/master/logos/flannel-horizontal-color.png
|
icon: https://raw.githubusercontent.com/coreos/flannel/master/logos/flannel-horizontal-color.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -23,7 +23,7 @@ images:
|
|||||||
kube_dns: registry.k8s.io/k8s-dns-kube-dns-amd64:1.14.5
|
kube_dns: registry.k8s.io/k8s-dns-kube-dns-amd64:1.14.5
|
||||||
kube_dns_nanny: registry.k8s.io/k8s-dns-dnsmasq-nanny-amd64:1.14.5
|
kube_dns_nanny: registry.k8s.io/k8s-dns-dnsmasq-nanny-amd64:1.14.5
|
||||||
kube_dns_sidecar: registry.k8s.io/k8s-dns-sidecar-amd64:1.14.5
|
kube_dns_sidecar: registry.k8s.io/k8s-dns-sidecar-amd64:1.14.5
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v0.2.0
|
appVersion: v0.2.0
|
||||||
description: OpenStack-Helm Kubernetes keystone webhook
|
description: OpenStack-Helm Kubernetes keystone webhook
|
||||||
name: kubernetes-keystone-webhook
|
name: kubernetes-keystone-webhook
|
||||||
version: 0.1.8
|
version: 0.1.9
|
||||||
home: https://github.com/kubernetes/cloud-provider-openstack
|
home: https://github.com/kubernetes/cloud-provider-openstack
|
||||||
sources:
|
sources:
|
||||||
- https://opendev.org/openstack/openstack-helm-infra
|
- https://opendev.org/openstack/openstack-helm-infra
|
||||||
|
@ -23,7 +23,7 @@ images:
|
|||||||
tags:
|
tags:
|
||||||
kubernetes_keystone_webhook: docker.io/k8scloudprovider/k8s-keystone-auth:v1.19.0
|
kubernetes_keystone_webhook: docker.io/k8scloudprovider/k8s-keystone-auth:v1.19.0
|
||||||
scripted_test: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
scripted_test: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Kubernetes Node Problem Detector
|
description: OpenStack-Helm Kubernetes Node Problem Detector
|
||||||
name: kubernetes-node-problem-detector
|
name: kubernetes-node-problem-detector
|
||||||
version: 0.1.8
|
version: 0.1.9
|
||||||
home: https://github.com/kubernetes/node-problem-detector
|
home: https://github.com/kubernetes/node-problem-detector
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/kubernetes/node-problem-detector
|
- https://github.com/kubernetes/node-problem-detector
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
node_problem_detector: docker.io/openstackhelm/node-problem-detector:latest-ubuntu_bionic
|
node_problem_detector: docker.io/openstackhelm/node-problem-detector:latest-ubuntu_bionic
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.2.0
|
appVersion: v1.2.0
|
||||||
description: OpenStack-Helm LDAP
|
description: OpenStack-Helm LDAP
|
||||||
name: ldap
|
name: ldap
|
||||||
version: 0.1.4
|
version: 0.1.5
|
||||||
home: https://www.openldap.org/
|
home: https://www.openldap.org/
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
@ -67,7 +67,7 @@ images:
|
|||||||
tags:
|
tags:
|
||||||
bootstrap: "docker.io/osixia/openldap:1.2.0"
|
bootstrap: "docker.io/osixia/openldap:1.2.0"
|
||||||
ldap: "docker.io/osixia/openldap:1.2.0"
|
ldap: "docker.io/osixia/openldap:1.2.0"
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm libvirt
|
description: OpenStack-Helm libvirt
|
||||||
name: libvirt
|
name: libvirt
|
||||||
version: 0.1.30
|
version: 0.1.31
|
||||||
home: https://libvirt.org
|
home: https://libvirt.org
|
||||||
sources:
|
sources:
|
||||||
- https://libvirt.org/git/?p=libvirt.git;a=summary
|
- https://libvirt.org/git/?p=libvirt.git;a=summary
|
||||||
|
@ -29,7 +29,7 @@ images:
|
|||||||
libvirt: docker.io/openstackhelm/libvirt:latest-ubuntu_focal
|
libvirt: docker.io/openstackhelm/libvirt:latest-ubuntu_focal
|
||||||
libvirt_exporter: vexxhost/libvirtd-exporter:latest
|
libvirt_exporter: vexxhost/libvirtd-exporter:latest
|
||||||
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312'
|
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_18.2.2-1-20240312'
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
kubectl: docker.io/bitnami/kubectl:latest
|
kubectl: docker.io/bitnami/kubectl:latest
|
||||||
pull_policy: "IfNotPresent"
|
pull_policy: "IfNotPresent"
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v10.6.14
|
appVersion: v10.6.14
|
||||||
description: OpenStack-Helm MariaDB backups
|
description: OpenStack-Helm MariaDB backups
|
||||||
name: mariadb-backup
|
name: mariadb-backup
|
||||||
version: 0.0.5
|
version: 0.0.6
|
||||||
home: https://mariadb.com/kb/en/
|
home: https://mariadb.com/kb/en/
|
||||||
icon: http://badges.mariadb.org/mariadb-badge-180x60.png
|
icon: http://badges.mariadb.org/mariadb-badge-180x60.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -22,7 +22,7 @@ images:
|
|||||||
tags:
|
tags:
|
||||||
mariadb: docker.io/openstackhelm/mariadb:latest-ubuntu_focal
|
mariadb: docker.io/openstackhelm/mariadb:latest-ubuntu_focal
|
||||||
ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
mariadb_backup: quay.io/airshipit/porthole-mysqlclient-utility:latest-ubuntu_focal
|
mariadb_backup: quay.io/airshipit/porthole-mysqlclient-utility:latest-ubuntu_focal
|
||||||
pull_policy: "IfNotPresent"
|
pull_policy: "IfNotPresent"
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v10.6.14
|
appVersion: v10.6.14
|
||||||
description: OpenStack-Helm MariaDB controlled by mariadb-operator
|
description: OpenStack-Helm MariaDB controlled by mariadb-operator
|
||||||
name: mariadb-cluster
|
name: mariadb-cluster
|
||||||
version: 0.0.4
|
version: 0.0.5
|
||||||
home: https://mariadb.com/kb/en/
|
home: https://mariadb.com/kb/en/
|
||||||
icon: http://badges.mariadb.org/mariadb-badge-180x60.png
|
icon: http://badges.mariadb.org/mariadb-badge-180x60.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -25,7 +25,7 @@ images:
|
|||||||
mariadb: docker.io/library/mariadb:10.6.14-focal
|
mariadb: docker.io/library/mariadb:10.6.14-focal
|
||||||
prometheus_mysql_exporter: docker.io/prom/mysqld-exporter:v0.12.1
|
prometheus_mysql_exporter: docker.io/prom/mysqld-exporter:v0.12.1
|
||||||
prometheus_mysql_exporter_helm_tests: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
prometheus_mysql_exporter_helm_tests: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
scripted_test: docker.io/library/mariadb:10.6.14-focal
|
scripted_test: docker.io/library/mariadb:10.6.14-focal
|
||||||
mariadb_cluster_refresh_statefulset: quay.io/airshipit/porthole-mysqlclient-utility:latest-ubuntu_focal
|
mariadb_cluster_refresh_statefulset: quay.io/airshipit/porthole-mysqlclient-utility:latest-ubuntu_focal
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v10.6.7
|
appVersion: v10.6.7
|
||||||
description: OpenStack-Helm MariaDB
|
description: OpenStack-Helm MariaDB
|
||||||
name: mariadb
|
name: mariadb
|
||||||
version: 0.2.41
|
version: 0.2.42
|
||||||
home: https://mariadb.com/kb/en/
|
home: https://mariadb.com/kb/en/
|
||||||
icon: http://badges.mariadb.org/mariadb-badge-180x60.png
|
icon: http://badges.mariadb.org/mariadb-badge-180x60.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -26,7 +26,7 @@ images:
|
|||||||
prometheus_create_mysql_user: docker.io/library/mariadb:10.5.9-focal
|
prometheus_create_mysql_user: docker.io/library/mariadb:10.5.9-focal
|
||||||
prometheus_mysql_exporter: docker.io/prom/mysqld-exporter:v0.12.1
|
prometheus_mysql_exporter: docker.io/prom/mysqld-exporter:v0.12.1
|
||||||
prometheus_mysql_exporter_helm_tests: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
prometheus_mysql_exporter_helm_tests: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
mariadb_backup: quay.io/airshipit/porthole-mysqlclient-utility:latest-ubuntu_focal
|
mariadb_backup: quay.io/airshipit/porthole-mysqlclient-utility:latest-ubuntu_focal
|
||||||
ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
||||||
|
@ -15,6 +15,6 @@ apiVersion: v1
|
|||||||
appVersion: v1.5.5
|
appVersion: v1.5.5
|
||||||
description: OpenStack-Helm Memcached
|
description: OpenStack-Helm Memcached
|
||||||
name: memcached
|
name: memcached
|
||||||
version: 0.1.13
|
version: 0.1.14
|
||||||
home: https://github.com/memcached/memcached
|
home: https://github.com/memcached/memcached
|
||||||
...
|
...
|
||||||
|
@ -119,7 +119,7 @@ monitoring:
|
|||||||
images:
|
images:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
tags:
|
tags:
|
||||||
dep_check: 'quay.io/airshipit/kubernetes-entrypoint:v1.0.0'
|
dep_check: 'quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal'
|
||||||
memcached: 'docker.io/library/memcached:1.5.5'
|
memcached: 'docker.io/library/memcached:1.5.5'
|
||||||
prometheus_memcached_exporter: docker.io/prom/memcached-exporter:v0.4.1
|
prometheus_memcached_exporter: docker.io/prom/memcached-exporter:v0.4.1
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v0.4.2
|
appVersion: v0.4.2
|
||||||
description: A Helm chart for Metacontroller
|
description: A Helm chart for Metacontroller
|
||||||
name: metacontroller
|
name: metacontroller
|
||||||
version: 0.1.6
|
version: 0.1.7
|
||||||
home: https://metacontroller.app/
|
home: https://metacontroller.app/
|
||||||
keywords:
|
keywords:
|
||||||
- CRDs
|
- CRDs
|
||||||
|
@ -20,7 +20,7 @@ release_group: null
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
metacontroller: metacontrollerio/metacontroller:v0.4.2
|
metacontroller: metacontrollerio/metacontroller:v0.4.2
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v3.4.9
|
appVersion: v3.4.9
|
||||||
description: OpenStack-Helm MongoDB
|
description: OpenStack-Helm MongoDB
|
||||||
name: mongodb
|
name: mongodb
|
||||||
version: 0.1.5
|
version: 0.1.6
|
||||||
home: https://www.mongodb.com
|
home: https://www.mongodb.com
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/mongodb/mongo
|
- https://github.com/mongodb/mongo
|
||||||
|
@ -51,7 +51,7 @@ pod:
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
mongodb: docker.io/library/mongo:3.4.9-jessie
|
mongodb: docker.io/library/mongo:3.4.9-jessie
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: "IfNotPresent"
|
pull_policy: "IfNotPresent"
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Nagios
|
description: OpenStack-Helm Nagios
|
||||||
name: nagios
|
name: nagios
|
||||||
version: 0.1.10
|
version: 0.1.11
|
||||||
home: https://www.nagios.org
|
home: https://www.nagios.org
|
||||||
sources:
|
sources:
|
||||||
- https://opendev.org/openstack/openstack-helm-addons
|
- https://opendev.org/openstack/openstack-helm-addons
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v2.2.1
|
appVersion: v2.2.1
|
||||||
description: OpenStack-Helm NFS
|
description: OpenStack-Helm NFS
|
||||||
name: nfs-provisioner
|
name: nfs-provisioner
|
||||||
version: 0.1.5
|
version: 0.1.6
|
||||||
home: https://github.com/kubernetes-incubator/external-storage
|
home: https://github.com/kubernetes-incubator/external-storage
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/kubernetes-incubator/external-storage
|
- https://github.com/kubernetes-incubator/external-storage
|
||||||
|
@ -48,7 +48,7 @@ pod:
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
nfs_provisioner: quay.io/kubernetes_incubator/nfs-provisioner:v2.3.0
|
nfs_provisioner: quay.io/kubernetes_incubator/nfs-provisioner:v2.3.0
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm OpenVSwitch
|
description: OpenStack-Helm OpenVSwitch
|
||||||
name: openvswitch
|
name: openvswitch
|
||||||
version: 0.1.24
|
version: 0.1.25
|
||||||
home: http://openvswitch.org
|
home: http://openvswitch.org
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -22,7 +22,7 @@ images:
|
|||||||
tags:
|
tags:
|
||||||
openvswitch_db_server: docker.io/openstackhelm/openvswitch:latest-ubuntu_focal
|
openvswitch_db_server: docker.io/openstackhelm/openvswitch:latest-ubuntu_focal
|
||||||
openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-ubuntu_focal
|
openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-ubuntu_focal
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: "IfNotPresent"
|
pull_policy: "IfNotPresent"
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v23.3.0
|
appVersion: v23.3.0
|
||||||
description: OpenStack-Helm OVN
|
description: OpenStack-Helm OVN
|
||||||
name: ovn
|
name: ovn
|
||||||
version: 0.1.10
|
version: 0.1.11
|
||||||
home: https://www.ovn.org
|
home: https://www.ovn.org
|
||||||
icon: https://www.ovn.org/images/ovn-logo.png
|
icon: https://www.ovn.org/images/ovn-logo.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -25,7 +25,7 @@ images:
|
|||||||
ovn_northd: docker.io/openstackhelm/ovn:ubuntu_focal
|
ovn_northd: docker.io/openstackhelm/ovn:ubuntu_focal
|
||||||
ovn_controller: docker.io/openstackhelm/ovn:ubuntu_focal
|
ovn_controller: docker.io/openstackhelm/ovn:ubuntu_focal
|
||||||
ovn_controller_kubectl: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy
|
ovn_controller_kubectl: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: "IfNotPresent"
|
pull_policy: "IfNotPresent"
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v14.5
|
appVersion: v14.5
|
||||||
description: OpenStack-Helm PostgreSQL
|
description: OpenStack-Helm PostgreSQL
|
||||||
name: postgresql
|
name: postgresql
|
||||||
version: 0.1.20
|
version: 0.1.21
|
||||||
home: https://www.postgresql.org
|
home: https://www.postgresql.org
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/postgres/postgres
|
- https://github.com/postgres/postgres
|
||||||
|
@ -156,7 +156,7 @@ pod:
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
postgresql: "docker.io/library/postgres:14.5"
|
postgresql: "docker.io/library/postgres:14.5"
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
ks_user: docker.io/openstackhelm/heat:stein-ubuntu_bionic
|
ks_user: docker.io/openstackhelm/heat:stein-ubuntu_bionic
|
||||||
prometheus_postgresql_exporter: docker.io/wrouesnel/postgres_exporter:v0.4.6
|
prometheus_postgresql_exporter: docker.io/wrouesnel/postgres_exporter:v0.4.6
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v4.1.10
|
appVersion: v4.1.10
|
||||||
description: OpenStack-Helm PowerDNS
|
description: OpenStack-Helm PowerDNS
|
||||||
name: powerdns
|
name: powerdns
|
||||||
version: 0.1.7
|
version: 0.1.8
|
||||||
home: https://www.powerdns.com/
|
home: https://www.powerdns.com/
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: OpenStack-Helm Authors
|
- name: OpenStack-Helm Authors
|
||||||
|
@ -21,7 +21,7 @@ images:
|
|||||||
powerdns: docker.io/psitrax/powerdns:4.1.10
|
powerdns: docker.io/psitrax/powerdns:4.1.10
|
||||||
db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
||||||
db_sync: docker.io/psitrax/powerdns:4.1.10
|
db_sync: docker.io/psitrax/powerdns:4.1.10
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v0.20.0
|
appVersion: v0.20.0
|
||||||
description: OpenStack-Helm Alertmanager for Prometheus
|
description: OpenStack-Helm Alertmanager for Prometheus
|
||||||
name: prometheus-alertmanager
|
name: prometheus-alertmanager
|
||||||
version: 0.1.9
|
version: 0.1.10
|
||||||
home: https://prometheus.io/docs/alerting/alertmanager/
|
home: https://prometheus.io/docs/alerting/alertmanager/
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/prometheus/alertmanager
|
- https://github.com/prometheus/alertmanager
|
||||||
|
@ -20,7 +20,7 @@ images:
|
|||||||
tags:
|
tags:
|
||||||
apache_proxy: docker.io/library/httpd:2.4
|
apache_proxy: docker.io/library/httpd:2.4
|
||||||
prometheus-alertmanager: docker.io/prom/alertmanager:v0.20.0
|
prometheus-alertmanager: docker.io/prom/alertmanager:v0.20.0
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.3.1
|
appVersion: v1.3.1
|
||||||
description: OpenStack-Helm Kube-State-Metrics for Prometheus
|
description: OpenStack-Helm Kube-State-Metrics for Prometheus
|
||||||
name: prometheus-kube-state-metrics
|
name: prometheus-kube-state-metrics
|
||||||
version: 0.1.7
|
version: 0.1.8
|
||||||
home: https://github.com/kubernetes/kube-state-metrics
|
home: https://github.com/kubernetes/kube-state-metrics
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/kubernetes/kube-state-metrics
|
- https://github.com/kubernetes/kube-state-metrics
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
kube_state_metrics: quay.io/coreos/kube-state-metrics:v2.0.0-alpha.1
|
kube_state_metrics: quay.io/coreos/kube-state-metrics:v2.0.0-alpha.1
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v0.12.1
|
appVersion: v0.12.1
|
||||||
description: OpenStack-Helm Prometheus mysql-exporter
|
description: OpenStack-Helm Prometheus mysql-exporter
|
||||||
name: prometheus-mysql-exporter
|
name: prometheus-mysql-exporter
|
||||||
version: 0.0.2
|
version: 0.0.3
|
||||||
home: https://mariadb.com/kb/en/
|
home: https://mariadb.com/kb/en/
|
||||||
icon: http://badges.mariadb.org/mariadb-badge-180x60.png
|
icon: http://badges.mariadb.org/mariadb-badge-180x60.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -23,7 +23,7 @@ images:
|
|||||||
prometheus_create_mysql_user: docker.io/library/mariadb:10.5.9-focal
|
prometheus_create_mysql_user: docker.io/library/mariadb:10.5.9-focal
|
||||||
prometheus_mysql_exporter: docker.io/prom/mysqld-exporter:v0.12.1
|
prometheus_mysql_exporter: docker.io/prom/mysqld-exporter:v0.12.1
|
||||||
prometheus_mysql_exporter_helm_tests: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
prometheus_mysql_exporter_helm_tests: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: "IfNotPresent"
|
pull_policy: "IfNotPresent"
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v0.18.1
|
appVersion: v0.18.1
|
||||||
description: OpenStack-Helm Node Exporter for Prometheus
|
description: OpenStack-Helm Node Exporter for Prometheus
|
||||||
name: prometheus-node-exporter
|
name: prometheus-node-exporter
|
||||||
version: 0.1.6
|
version: 0.1.7
|
||||||
home: https://github.com/prometheus/node_exporter
|
home: https://github.com/prometheus/node_exporter
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/prometheus/node_exporter
|
- https://github.com/prometheus/node_exporter
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
node_exporter: docker.io/prom/node-exporter:v0.18.1
|
node_exporter: docker.io/prom/node-exporter:v0.18.1
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack Metrics Exporter for Prometheus
|
description: OpenStack Metrics Exporter for Prometheus
|
||||||
name: prometheus-openstack-exporter
|
name: prometheus-openstack-exporter
|
||||||
version: 0.1.8
|
version: 0.1.9
|
||||||
home: https://github.com/openstack/openstack-helm-infra
|
home: https://github.com/openstack/openstack-helm-infra
|
||||||
sources:
|
sources:
|
||||||
- https://opendev.org/openstack/openstack-helm-infra
|
- https://opendev.org/openstack/openstack-helm-infra
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
prometheus_openstack_exporter: docker.io/openstackhelm/prometheus-openstack-exporter:latest-ubuntu_jammy
|
prometheus_openstack_exporter: docker.io/openstackhelm/prometheus-openstack-exporter:latest-ubuntu_jammy
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
|
ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v0.2.11
|
appVersion: v0.2.11
|
||||||
description: OpenStack-Helm Process Exporter for Prometheus
|
description: OpenStack-Helm Process Exporter for Prometheus
|
||||||
name: prometheus-process-exporter
|
name: prometheus-process-exporter
|
||||||
version: 0.1.6
|
version: 0.1.7
|
||||||
home: https://github.com/openstack/openstack-helm-infra
|
home: https://github.com/openstack/openstack-helm-infra
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/ncabatoff/process-exporter
|
- https://github.com/ncabatoff/process-exporter
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
process_exporter: docker.io/ncabatoff/process-exporter:0.2.11
|
process_exporter: docker.io/ncabatoff/process-exporter:0.2.11
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v2.25.0
|
appVersion: v2.25.0
|
||||||
description: OpenStack-Helm Prometheus
|
description: OpenStack-Helm Prometheus
|
||||||
name: prometheus
|
name: prometheus
|
||||||
version: 0.1.15
|
version: 0.1.16
|
||||||
home: https://prometheus.io/
|
home: https://prometheus.io/
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/prometheus/prometheus
|
- https://github.com/prometheus/prometheus
|
||||||
|
@ -21,7 +21,7 @@ images:
|
|||||||
apache_proxy: docker.io/library/httpd:2.4
|
apache_proxy: docker.io/library/httpd:2.4
|
||||||
prometheus: docker.io/prom/prometheus:v2.25.0
|
prometheus: docker.io/prom/prometheus:v2.25.0
|
||||||
helm_tests: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
helm_tests: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,6 +15,6 @@ apiVersion: v1
|
|||||||
appVersion: v3.12.0
|
appVersion: v3.12.0
|
||||||
description: OpenStack-Helm RabbitMQ
|
description: OpenStack-Helm RabbitMQ
|
||||||
name: rabbitmq
|
name: rabbitmq
|
||||||
version: 0.1.35
|
version: 0.1.36
|
||||||
home: https://github.com/rabbitmq/rabbitmq-server
|
home: https://github.com/rabbitmq/rabbitmq-server
|
||||||
...
|
...
|
||||||
|
@ -36,7 +36,7 @@ images:
|
|||||||
prometheus_rabbitmq_exporter_helm_tests: docker.io/openstackhelm/heat:2023.2-ubuntu_jammy
|
prometheus_rabbitmq_exporter_helm_tests: docker.io/openstackhelm/heat:2023.2-ubuntu_jammy
|
||||||
rabbitmq_init: docker.io/openstackhelm/heat:2023.2-ubuntu_jammy
|
rabbitmq_init: docker.io/openstackhelm/heat:2023.2-ubuntu_jammy
|
||||||
rabbitmq: docker.io/library/rabbitmq:3.13.0
|
rabbitmq: docker.io/library/rabbitmq:3.13.0
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
scripted_test: docker.io/library/rabbitmq:3.13.0-management
|
scripted_test: docker.io/library/rabbitmq:3.13.0-management
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: "IfNotPresent"
|
pull_policy: "IfNotPresent"
|
||||||
|
@ -15,6 +15,6 @@ apiVersion: v1
|
|||||||
appVersion: v4.0.1
|
appVersion: v4.0.1
|
||||||
description: OpenStack-Helm Redis
|
description: OpenStack-Helm Redis
|
||||||
name: redis
|
name: redis
|
||||||
version: 0.1.4
|
version: 0.1.5
|
||||||
home: https://github.com/redis/redis
|
home: https://github.com/redis/redis
|
||||||
...
|
...
|
||||||
|
@ -20,7 +20,7 @@ images:
|
|||||||
tags:
|
tags:
|
||||||
redis: docker.io/library/redis:4.0.1
|
redis: docker.io/library/redis:4.0.1
|
||||||
helm_tests: docker.io/redislabs/redis-py:latest
|
helm_tests: docker.io/redislabs/redis-py:latest
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v2.0.0
|
appVersion: v2.0.0
|
||||||
description: OpenStack-Helm Docker Registry
|
description: OpenStack-Helm Docker Registry
|
||||||
name: registry
|
name: registry
|
||||||
version: 0.1.8
|
version: 0.1.9
|
||||||
home: https://github.com/kubernetes/ingress
|
home: https://github.com/kubernetes/ingress
|
||||||
sources:
|
sources:
|
||||||
- https://opendev.org/openstack/openstack-helm
|
- https://opendev.org/openstack/openstack-helm
|
||||||
|
@ -31,7 +31,7 @@ images:
|
|||||||
registry: docker.io/library/registry:2
|
registry: docker.io/library/registry:2
|
||||||
registry_proxy: registry.k8s.io/kube-registry-proxy:0.4
|
registry_proxy: registry.k8s.io/kube-registry-proxy:0.4
|
||||||
bootstrap: docker.io/library/docker:17.07.0
|
bootstrap: docker.io/library/docker:17.07.0
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
pull_policy: "IfNotPresent"
|
pull_policy: "IfNotPresent"
|
||||||
local_registry:
|
local_registry:
|
||||||
active: false
|
active: false
|
||||||
|
@ -4,4 +4,5 @@ ceph-adapter-rook:
|
|||||||
- 0.1.1 Update Ceph images to Jammy and Reef 18.2.1
|
- 0.1.1 Update Ceph images to Jammy and Reef 18.2.1
|
||||||
- 0.1.2 Update Ceph images to patched 18.2.2 and restore debian-reef repo
|
- 0.1.2 Update Ceph images to patched 18.2.2 and restore debian-reef repo
|
||||||
- 0.1.3 Simplify and remove unnecessary entities
|
- 0.1.3 Simplify and remove unnecessary entities
|
||||||
|
- 0.1.4 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
...
|
...
|
||||||
|
@ -51,4 +51,5 @@ ceph-client:
|
|||||||
- 0.1.48 Update Rook to 1.12.5 and Ceph to 18.2.0
|
- 0.1.48 Update Rook to 1.12.5 and Ceph to 18.2.0
|
||||||
- 0.1.49 Update Ceph images to Jammy and Reef 18.2.1
|
- 0.1.49 Update Ceph images to Jammy and Reef 18.2.1
|
||||||
- 0.1.50 Update Ceph images to patched 18.2.2 and restore debian-reef repo
|
- 0.1.50 Update Ceph images to patched 18.2.2 and restore debian-reef repo
|
||||||
|
- 0.1.51 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
...
|
...
|
||||||
|
@ -36,4 +36,5 @@ ceph-mon:
|
|||||||
- 0.1.33 Update Ceph images to Jammy and Reef 18.2.1
|
- 0.1.33 Update Ceph images to Jammy and Reef 18.2.1
|
||||||
- 0.1.34 Update Ceph images to patched 18.2.2 and restore debian-reef repo
|
- 0.1.34 Update Ceph images to patched 18.2.2 and restore debian-reef repo
|
||||||
- 0.1.35 Use seprate secrets for CSI plugin and CSI provisioner
|
- 0.1.35 Use seprate secrets for CSI plugin and CSI provisioner
|
||||||
|
- 0.1.36 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
|
||||||
...
|
...
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user