mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-05 08:17:59 +00:00
Compare commits
3 Commits
hcloud
...
release-0.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
366bcafc45 | ||
|
|
0619e3d7f4 | ||
|
|
23b2521c81 |
@@ -68,7 +68,7 @@ spec:
|
|||||||
serviceAccountName: cozystack
|
serviceAccountName: cozystack
|
||||||
containers:
|
containers:
|
||||||
- name: cozystack
|
- name: cozystack
|
||||||
image: "ghcr.io/aenix-io/cozystack/cozystack:v0.10.1"
|
image: "ghcr.io/aenix-io/cozystack/cozystack:v0.10.2"
|
||||||
env:
|
env:
|
||||||
- name: KUBERNETES_SERVICE_HOST
|
- name: KUBERNETES_SERVICE_HOST
|
||||||
value: localhost
|
value: localhost
|
||||||
@@ -87,7 +87,7 @@ spec:
|
|||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.name
|
fieldPath: metadata.name
|
||||||
- name: darkhttpd
|
- name: darkhttpd
|
||||||
image: "ghcr.io/aenix-io/cozystack/cozystack:v0.10.1"
|
image: "ghcr.io/aenix-io/cozystack/cozystack:v0.10.2"
|
||||||
command:
|
command:
|
||||||
- /usr/bin/darkhttpd
|
- /usr/bin/darkhttpd
|
||||||
- /cozystack/assets
|
- /cozystack/assets
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.8.0
|
version: 0.8.1
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# 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
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
|
|||||||
@@ -7,16 +7,15 @@ kind: Ingress
|
|||||||
metadata:
|
metadata:
|
||||||
name: {{ .Release.Name }}-ingress-nginx
|
name: {{ .Release.Name }}-ingress-nginx
|
||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/ssl-redirect: "false"
|
nginx.ingress.kubernetes.io/backend-protocol: AUTO_HTTP
|
||||||
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
|
|
||||||
nginx.ingress.kubernetes.io/backend-protocol: "AUTO_HTTP"
|
|
||||||
nginx.ingress.kubernetes.io/configuration-snippet: |
|
nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||||
set $proxy_upstream_name "{{ .Release.Namespace }}-{{ .Release.Name }}-ingress-nginx-80";
|
if ($scheme = http) {
|
||||||
if ($scheme = https) {
|
set $proxy_upstream_name "tenant-root-kubernetes-infra-ingress-nginx-80";
|
||||||
set $proxy_upstream_name "{{ .Release.Namespace }}-{{ .Release.Name }}-ingress-nginx-443";
|
set $proxy_host $proxy_upstream_name;
|
||||||
set $service_port 443;
|
set $service_port 80;
|
||||||
}
|
}
|
||||||
set $proxy_host $proxy_upstream_name;
|
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
|
||||||
|
nginx.ingress.kubernetes.io/ssl-redirect: "false"
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: "{{ $ingress }}"
|
ingressClassName: "{{ $ingress }}"
|
||||||
rules:
|
rules:
|
||||||
@@ -30,14 +29,14 @@ spec:
|
|||||||
service:
|
service:
|
||||||
name: {{ $.Release.Name }}-ingress-nginx
|
name: {{ $.Release.Name }}-ingress-nginx
|
||||||
port:
|
port:
|
||||||
number: 80
|
number: 443
|
||||||
- path: /
|
- path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: {{ $.Release.Name }}-ingress-nginx
|
name: {{ $.Release.Name }}-ingress-nginx
|
||||||
port:
|
port:
|
||||||
number: 443
|
number: 80
|
||||||
{{- end }}
|
{{- end }}
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|||||||
@@ -15,7 +15,8 @@ kubernetes 0.4.0 6cae6ce8
|
|||||||
kubernetes 0.5.0 6bd2d455
|
kubernetes 0.5.0 6bd2d455
|
||||||
kubernetes 0.6.0 4cbc8a2c
|
kubernetes 0.6.0 4cbc8a2c
|
||||||
kubernetes 0.7.0 ceefae03
|
kubernetes 0.7.0 ceefae03
|
||||||
kubernetes 0.8.0 HEAD
|
kubernetes 0.8.0 ac11056e
|
||||||
|
kubernetes 0.8.1 HEAD
|
||||||
mysql 0.1.0 f642698
|
mysql 0.1.0 f642698
|
||||||
mysql 0.2.0 8b975ff0
|
mysql 0.2.0 8b975ff0
|
||||||
mysql 0.3.0 HEAD
|
mysql 0.3.0 HEAD
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"buildx.build.ref": "cozystack/cozystack0/zk58yqp4vkrfgx3gdjumn9k70",
|
"buildx.build.ref": "cozystack/cozystack0/yrz86wtha0lfzho1mnejnjqe0",
|
||||||
"containerimage.descriptor": {
|
"containerimage.descriptor": {
|
||||||
"mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
|
"mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
|
||||||
"digest": "sha256:b92988122fa68adc85751384170a46895b5761cc5bf27e80b0b53b12b89b6d6c",
|
"digest": "sha256:dae1740df06a014e4014726792dac7a3c8b7eaa07e32857592e5462c92446659",
|
||||||
"size": 685
|
"size": 685
|
||||||
},
|
},
|
||||||
"containerimage.digest": "sha256:b92988122fa68adc85751384170a46895b5761cc5bf27e80b0b53b12b89b6d6c",
|
"containerimage.digest": "sha256:dae1740df06a014e4014726792dac7a3c8b7eaa07e32857592e5462c92446659",
|
||||||
"image.name": "ghcr.io/aenix-io/cozystack/cozystack:latest"
|
"image.name": "ghcr.io/aenix-io/cozystack/cozystack:v0.10.2"
|
||||||
}
|
}
|
||||||
@@ -1 +1 @@
|
|||||||
ghcr.io/aenix-io/cozystack/cozystack:latest
|
ghcr.io/aenix-io/cozystack/cozystack:v0.10.2
|
||||||
|
|||||||
@@ -29,17 +29,17 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"buildx.build.ref": "cozystack/cozystack0/qu2ygr61roizh7ga2l4kkmdx6",
|
"buildx.build.ref": "cozystack/cozystack0/bm9aw2403e2nzak1q98n4mzc1",
|
||||||
"containerimage.config.digest": "sha256:94aa5abc006ac672ccdd91b8d9361fd14de6e0b286299f4e44dd09002becc3b7",
|
"containerimage.config.digest": "sha256:28731f7008e27eede20e5d5a464bd101ed949472b794e4239a0ff2721a02df69",
|
||||||
"containerimage.descriptor": {
|
"containerimage.descriptor": {
|
||||||
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
|
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
|
||||||
"digest": "sha256:b1e6084402619dde9dcdc8251cd581cbfc3940c885e938547b7b7306376a411e",
|
"digest": "sha256:20e05ccb6e5d34b707ec01046824bb9b5b367c87980a5842393654a14a4b14ad",
|
||||||
"size": 1488,
|
"size": 1488,
|
||||||
"platform": {
|
"platform": {
|
||||||
"architecture": "amd64",
|
"architecture": "amd64",
|
||||||
"os": "linux"
|
"os": "linux"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"containerimage.digest": "sha256:b1e6084402619dde9dcdc8251cd581cbfc3940c885e938547b7b7306376a411e",
|
"containerimage.digest": "sha256:20e05ccb6e5d34b707ec01046824bb9b5b367c87980a5842393654a14a4b14ad",
|
||||||
"image.name": "ghcr.io/aenix-io/cozystack/matchbox:v0.10.1,ghcr.io/aenix-io/cozystack/matchbox:v1.7.1-v0.10.1"
|
"image.name": "ghcr.io/aenix-io/cozystack/matchbox:v0.10.2,ghcr.io/aenix-io/cozystack/matchbox:v1.7.1-v0.10.2"
|
||||||
}
|
}
|
||||||
@@ -93,13 +93,13 @@ releases:
|
|||||||
releaseName: kafka-operator
|
releaseName: kafka-operator
|
||||||
chart: cozy-kafka-operator
|
chart: cozy-kafka-operator
|
||||||
namespace: cozy-kafka-operator
|
namespace: cozy-kafka-operator
|
||||||
dependsOn: [cilium,kubeovn]
|
dependsOn: [cilium]
|
||||||
|
|
||||||
- name: clickhouse-operator
|
- name: clickhouse-operator
|
||||||
releaseName: clickhouse-operator
|
releaseName: clickhouse-operator
|
||||||
chart: cozy-clickhouse-operator
|
chart: cozy-clickhouse-operator
|
||||||
namespace: cozy-clickhouse-operator
|
namespace: cozy-clickhouse-operator
|
||||||
dependsOn: [cilium,kubeovn]
|
dependsOn: [cilium]
|
||||||
|
|
||||||
- name: rabbitmq-operator
|
- name: rabbitmq-operator
|
||||||
releaseName: rabbitmq-operator
|
releaseName: rabbitmq-operator
|
||||||
|
|||||||
Reference in New Issue
Block a user