Skip to content

Commit

Permalink
Merge pull request #408 from appuio/k8up-v2.1.2
Browse files Browse the repository at this point in the history
Update K8up to v2.1.2
  • Loading branch information
ccremer committed Mar 30, 2022
2 parents aefe2cf + f3d07f9 commit f153288
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ helm repo add appuio https://charts.appuio.ch
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/exoip-1.0.4/total)](https://github.com/appuio/charts/releases/tag/exoip-1.0.4) | [exoip](appuio/exoip/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/generic-0.1.2/total)](https://github.com/appuio/charts/releases/tag/generic-0.1.2) | [generic](appuio/generic/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/haproxy-1.7.5/total)](https://github.com/appuio/charts/releases/tag/haproxy-1.7.5) | [haproxy](appuio/haproxy/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/k8up-2.0.2/total)](https://github.com/appuio/charts/releases/tag/k8up-2.0.2) | [k8up](appuio/k8up/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/k8up-2.0.3/total)](https://github.com/appuio/charts/releases/tag/k8up-2.0.3) | [k8up](appuio/k8up/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/mariadb-galera-1.2.3/total)](https://github.com/appuio/charts/releases/tag/mariadb-galera-1.2.3) | [mariadb-galera](appuio/mariadb-galera/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/maxscale-1.1.2/total)](https://github.com/appuio/charts/releases/tag/maxscale-1.1.2) | [maxscale](appuio/maxscale/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/metrics-server-2.12.1/total)](https://github.com/appuio/charts/releases/tag/metrics-server-2.12.1) | [metrics-server](appuio/metrics-server/README.md) |
Expand Down
4 changes: 2 additions & 2 deletions appuio/k8up/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ keywords:
- backup
- operator
- restic
version: 2.0.2
appVersion: v2.1.0
version: 2.0.3
appVersion: v2.1.2
sources:
- https://github.com/k8up-io/k8up
maintainers:
Expand Down
8 changes: 4 additions & 4 deletions appuio/k8up/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# k8up

![Version: 2.0.2](https://img.shields.io/badge/Version-2.0.2-informational?style=flat-square) ![AppVersion: v2.1.0](https://img.shields.io/badge/AppVersion-v2.1.0-informational?style=flat-square)
![Version: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![AppVersion: v2.1.2](https://img.shields.io/badge/AppVersion-v2.1.2-informational?style=flat-square)

Kubernetes and OpenShift Backup Operator based on restic

Expand All @@ -13,7 +13,7 @@ helm repo add appuio https://charts.appuio.ch
helm install k8up appuio/k8up
```
```bash
kubectl apply -f https://github.com/k8up-io/k8up/releases/download/v2.1.0/k8up-crd.yaml
kubectl apply -f https://github.com/k8up-io/k8up/releases/download/v2.1.2/k8up-crd.yaml
```

<!---
Expand Down Expand Up @@ -44,10 +44,10 @@ Document your changes in values.yaml and let `make docs:helm` generate this sect
| image.pullPolicy | string | `"IfNotPresent"` | Operator image pull policy |
| image.registry | string | `"ghcr.io"` | Operator image registry |
| image.repository | string | `"k8up-io/k8up"` | Operator image repository |
| image.tag | string | `"v2.1.0"` | Operator image tag (version) |
| image.tag | string | `"v2.1.2"` | Operator image tag (version) |
| imagePullSecrets | list | `[]` | |
| k8up.backupImage.repository | string | `"ghcr.io/k8up-io/k8up"` | The backup runner image repository |
| k8up.backupImage.tag | string | `"v2.1.0"` | The backup runner image tag |
| k8up.backupImage.tag | string | `"v2.1.2"` | The backup runner image tag |
| k8up.enableLeaderElection | bool | `true` | Specifies whether leader election should be enabled. |
| k8up.envVars | list | `[]` | envVars allows the specification of additional environment variables. See [values.yaml](values.yaml) how to specify See documentation which variables are supported. |
| k8up.globalResources | object | empty values | Specify the resource requests and limits that the Pods should have when they are scheduled by K8up. You are still able to override those via K8up resources, but this gives cluster administrators custom defaults. |
Expand Down
2 changes: 1 addition & 1 deletion appuio/k8up/rbac-kustomize/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resources:
- github.com/k8up-io/k8up/config/rbac?ref=v2.1.0
- github.com/k8up-io/k8up/config/rbac?ref=v2.1.2

namePrefix: PREFIX-
namespace: "{{ .Release.Namespace }}"
Expand Down
4 changes: 2 additions & 2 deletions appuio/k8up/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image:
# -- Operator image repository
repository: k8up-io/k8up
# -- Operator image tag (version)
tag: v2.1.0
tag: v2.1.2

imagePullSecrets: []
serviceAccount:
Expand All @@ -35,7 +35,7 @@ k8up:
# -- The backup runner image repository
repository: ghcr.io/k8up-io/k8up
# -- The backup runner image tag
tag: v2.1.0
tag: v2.1.2

# -- Specifies the timezone K8up is using for scheduling.
# Empty value defaults to the timezone in which Kubernetes is deployed.
Expand Down

0 comments on commit f153288

Please sign in to comment.