Skip to content

Commit

Permalink
Deploy repo to gh pages b65e675
Browse files Browse the repository at this point in the history
  • Loading branch information
cheetahbot committed Dec 3, 2024
1 parent 512c9e1 commit ca942a1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if .Values.imageUpdateAutomation.create -}}
{{- with .Values.imageUpdateAutomation }}
---
apiVersion: image.toolkit.fluxcd.io/v1beta1
apiVersion: image.toolkit.fluxcd.io/v1beta2
kind: ImageUpdateAutomation
metadata:
name: {{ include "image-automation.fullname" $ }}
Expand Down
1 change: 0 additions & 1 deletion charts/redpanda-console-oauth2proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ See an example of how the values can be set through a release at the bottom of t
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

# An example of how to set these values and use the helm chart through a release is shown below:

```yaml
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
Expand Down
28 changes: 13 additions & 15 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
{
extends: [
'github>trifork/cheetah-infrastructure-utils-workflows:default.json5',
"extends": [
"github>trifork/cheetah-infrastructure-utils-workflows:default.json5",
],
packageRules: [
"packageRules": [
{
prTitle: 'fix(deps): minor update {{depName}} from {{currentVersion}} to {{newVersion}}',
matchUpdateTypes: [
'minor',
],
additionalBranchPrefix: '{{depName}}-',
matchPackageNames: [
'*',
"matchUpdateTypes": [
"minor"
],
"additionalBranchPrefix": "{{depName}}-",
"matchPackageNames": [
'*'
]
},
{
prTitle: 'fix(deps): minor update {{depName}} from {{currentVersion}} to {{newVersion}}',
"matchDatasources": [
"docker"
],
matchUpdateTypes: [
"matchUpdateTypes": [
"patch"
],
additionalBranchPrefix: '{{depName}}-',
},
],
"additionalBranchPrefix": '{{depName}}-'
}
]
}

0 comments on commit ca942a1

Please sign in to comment.