mirror of
https://github.com/truenas/charts.git
synced 2026-05-16 14:12:59 +08:00
NAS-121780 / 23.10 / Add tags to apps (#1193)
* Add tags to apps * enterprise * community * bump ipfs * fix tailscale upgrade strategy and bump image
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.0.6
|
||||
digest: sha256:2f1f31c15fb7f92db141a66adbb8d23a8598727730050a3883a211763a4e5472
|
||||
generated: "2023-04-28T16:18:30.569147409+03:00"
|
||||
version: 1.0.7
|
||||
digest: sha256:919bcf42446fc1748a1b77001ec0161bb7a72a198381794b716a6ebb459ac31b
|
||||
generated: "2023-05-10T20:03:14.093790927+03:00"
|
||||
|
||||
@@ -3,9 +3,9 @@ description: Secure remote access to shared resources
|
||||
annotations:
|
||||
title: Tailscale
|
||||
type: application
|
||||
version: 1.0.2
|
||||
version: 1.0.3
|
||||
apiVersion: v2
|
||||
appVersion: 'v1.38.4'
|
||||
appVersion: 'v1.40.0'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
@@ -14,7 +14,7 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.0.6
|
||||
version: 1.0.7
|
||||
home: https://tailscale.com/
|
||||
icon: https://avatars.githubusercontent.com/u/48932923
|
||||
sources:
|
||||
|
||||
Binary file not shown.
BIN
library/ix-dev/community/tailscale/charts/common-1.0.7.tgz
Normal file
BIN
library/ix-dev/community/tailscale/charts/common-1.0.7.tgz
Normal file
Binary file not shown.
@@ -1,4 +1,5 @@
|
||||
icon_url: https://avatars.githubusercontent.com/u/48932923
|
||||
categories:
|
||||
- networking
|
||||
tags:
|
||||
- vpn
|
||||
- tailscale
|
||||
|
||||
@@ -6,7 +6,7 @@ import sys
|
||||
from catalog_update.upgrade_strategy import semantic_versioning
|
||||
|
||||
# Minor part of version is considered "stable" when it is an even number
|
||||
RE_STABLE_VERSION = re.compile(r'[0-9]+\.[0-9]+[02468]+\.[0-9]+')
|
||||
RE_STABLE_VERSION = re.compile(r'v[0-9]+\.[0-9]+[02468]+\.[0-9]+')
|
||||
|
||||
|
||||
def newer_mapping(image_tags):
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tailscale/tailscale
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 'v1.38.4'
|
||||
tag: 'v1.40.0'
|
||||
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user