Skip to content

Commit

Permalink
chore: bump kubernetes and owncloud app version (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys authored Sep 6, 2023
1 parent 37aead4 commit b434d06
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .drone.star
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@ config = {
],
# if this changes, also the kubeVersion in the Chart.yaml needs to be changed
"kubernetes_versions": [
"1.23.0",
"1.24.0",
"1.25.0",
"1.26.0",
"1.27.0",
"1.28.0",
],
}

@@ -178,7 +178,7 @@ def documentation(ctx):
"steps": [
{
"name": "helm-docs-readme",
"image": "docker.io/jnorwood/helm-docs",
"image": "docker.io/jnorwood/helm-docs:v1.11.0",
"commands": [
"/usr/bin/helm-docs --badge-style=flat --template-files=ci/README.md.gotmpl --output-file=README.md",
],
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HELM_DOCS_PACKAGE_VERSION := latest
HELM_DOCS_PACKAGE_VERSION := v1.11.0
KUBE_LINTER_PACKAGE_VERSION := latest
KUBECONFORM_PACKAGE_VERSION := latest

4 changes: 2 additions & 2 deletions charts/owncloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ apiVersion: v2
name: owncloud
version: 0.0.0-devel
description: ownCloud Server Helm chart
appVersion: 10.12.2
appVersion: 10.13.0
home: https://owncloud.com/
keywords:
- owncloud
@@ -15,7 +15,7 @@ maintainers:
email: devops@owncloud.com
url: https://owncloud.com
type: application
kubeVersion: "~1.23.0-0 || ~1.24.0-0 || ~1.25.0-0 || ~1.26.0-0 || ~1.27.0-0" # if this changes, also kubernetesVersions in .drone.star needs to be changed
kubeVersion: "~1.24.0-0 || ~1.25.0-0 || ~1.26.0-0 || ~1.27.0-0 || ~1.28.0-0" # if this changes, also kubernetesVersions in .drone.star needs to be changed
sources:
- https://github.com/owncloud-docker/helm-charts
- https://github.com/owncloud-docker/server
4 changes: 2 additions & 2 deletions charts/owncloud/README.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

![Helm Version](https://img.shields.io/github/v/release/owncloud-docker/helm-charts?label=Version)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 10.12.2](https://img.shields.io/badge/AppVersion-10.12.2-informational?style=flat)
![AppVersion: 10.13.0](https://img.shields.io/badge/AppVersion-10.13.0-informational?style=flat)

ownCloud Server Helm chart

@@ -16,7 +16,7 @@ ownCloud Server Helm chart

## Requirements

Kubernetes: `~1.23.0-0 || ~1.24.0-0 || ~1.25.0-0 || ~1.26.0-0 || ~1.27.0-0`
Kubernetes: `~1.24.0-0 || ~1.25.0-0 || ~1.26.0-0 || ~1.27.0-0 || ~1.28.0-0`

## Usage

0 comments on commit b434d06

Please sign in to comment.