Commit 439d7b1 1 parent 42a3f72 commit 439d7b1 Copy full SHA for 439d7b1
File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
dependencies:
2
2
- name: mysql
3
3
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"
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- version : 2.0 .0
2
+ version : 2.1 .0
3
3
name : yourls
4
4
description : Your Own URL Shortener
5
- appVersion : 1.7.9
5
+ appVersion : 1.8.1
6
6
keywords :
7
7
- shortener
8
8
- url
@@ -28,7 +28,7 @@ annotations:
28
28
artifacthub.io/license : MIT
29
29
artifacthub.io/images : |
30
30
- name: yourls
31
- image: yourls:1.7.9
31
+ image: yourls:1.8.1
32
32
artifacthub.io/links : |
33
33
- name: Chart Source
34
34
url: https://github.com/YOURLS/charts
Original file line number Diff line number Diff line change 21
21
"tag" : {
22
22
"title" : " YOURLS image tag" ,
23
23
"type" : " string" ,
24
- "default" : " 1.7.9 "
24
+ "default" : " 1.8.1 "
25
25
},
26
26
"pullPolicy" : {
27
27
"title" : " Image pull policy" ,
Original file line number Diff line number Diff line change 1
1
image :
2
2
registry : docker.io
3
3
repository : yourls
4
- tag : 1.7.9
4
+ tag : 1.8.1
5
5
pullPolicy : IfNotPresent
6
6
# pullSecrets:
7
7
# - myRegistrKeySecretName
You can’t perform that action at this time.
0 commit comments