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:
Stavros Kois
2023-05-11 19:19:44 +03:00
committed by GitHub
parent 5097351c66
commit 9d4c420c86
150 changed files with 271 additions and 178 deletions

View File

@@ -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"

View File

@@ -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:

View File

@@ -1,4 +1,5 @@
icon_url: https://avatars.githubusercontent.com/u/48932923
categories:
- networking
tags:
- vpn
- tailscale

View File

@@ -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):

View File

@@ -1,7 +1,7 @@
image:
repository: tailscale/tailscale
pullPolicy: IfNotPresent
tag: 'v1.38.4'
tag: 'v1.40.0'
resources:
limits: