Skip to content

Commit 439d7b1

Browse files
committed
Update YOURLS to v1.8.1
Bump deps
1 parent 42a3f72 commit 439d7b1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

charts/yourls/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: mysql
33
repository: https://charts.bitnami.com/bitnami
4-
version: 8.3.1
5-
digest: sha256:d9b02feac5681071e5a7cf5b56bd4216973fb62560390ddd2fd336985c15071a
6-
generated: "2021-02-09T23:21:38.42515+01:00"
4+
version: 8.4.4
5+
digest: sha256:7c07c481b7d3c21cefa4a950db56e9d518769206736307a587ea09762bcb229e
6+
generated: "2021-03-17T02:14:30.289917+01:00"

charts/yourls/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
version: 2.0.0
2+
version: 2.1.0
33
name: yourls
44
description: Your Own URL Shortener
5-
appVersion: 1.7.9
5+
appVersion: 1.8.1
66
keywords:
77
- shortener
88
- url
@@ -28,7 +28,7 @@ annotations:
2828
artifacthub.io/license: MIT
2929
artifacthub.io/images: |
3030
- name: yourls
31-
image: yourls:1.7.9
31+
image: yourls:1.8.1
3232
artifacthub.io/links: |
3333
- name: Chart Source
3434
url: https://github.com/YOURLS/charts

charts/yourls/values.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"tag": {
2222
"title": "YOURLS image tag",
2323
"type": "string",
24-
"default": "1.7.9"
24+
"default": "1.8.1"
2525
},
2626
"pullPolicy": {
2727
"title": "Image pull policy",

charts/yourls/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
registry: docker.io
33
repository: yourls
4-
tag: 1.7.9
4+
tag: 1.8.1
55
pullPolicy: IfNotPresent
66
# pullSecrets:
77
# - myRegistrKeySecretName

0 commit comments

Comments
 (0)