Skip to content

Releases: AbsyssLab/vtom-helm

visual-tom v0.2.6

Choose a tag to compare

@github-actions github-actions released this 18 Jun 15:01
edaa13c

📦 Installation

helm install visual-tom oci://ghcr.io/absysslab/visual-tom \
  --version 0.2.6 \
  -f values-<cloud>.yaml \
  -f values-mycompany.yaml \
  --namespace vtom --create-namespace

See README for the full deployment guide.

What's Changed

  • feat(networkpolicy): allow vtom-server egress to off-cluster agents (v0.2.6) by @Cadolbeau in #10

Full Changelog: v0.2.5...v0.2.6

visual-tom v0.2.5

Choose a tag to compare

@github-actions github-actions released this 03 Jun 15:03
b7a6c74

📦 Installation

helm install visual-tom oci://ghcr.io/absysslab/visual-tom \
  --version 0.2.5 \
  -f values-<cloud>.yaml \
  -f values-mycompany.yaml \
  --namespace vtom --create-namespace

See README for the full deployment guide.

What's Changed

  • feat(resources): update VTOM default resource requests/limits (v0.2.4) by @Cadolbeau in #8
  • feat(security): CIS Benchmark Level 1 + PSS restricted compliance (v0.2.5) by @Cadolbeau in #9

Full Changelog: v0.2.3...v0.2.5

visual-tom v0.2.3

Choose a tag to compare

@github-actions github-actions released this 29 May 13:07
adb8657

📦 Installation

helm install visual-tom oci://ghcr.io/absysslab/visual-tom \
  --version 0.2.3 \
  -f values-<cloud>.yaml \
  -f values-mycompany.yaml \
  --namespace vtom --create-namespace

See README for the full deployment guide.

What's Changed

  • fix(helm): apiserverExternalEgress list + serverName comment + doc (v0.2.3) by @Cadolbeau in #7

Full Changelog: v0.2.2...v0.2.3

visual-tom v0.2.2

Choose a tag to compare

@github-actions github-actions released this 29 May 10:05
2e49307

📦 Installation

helm install visual-tom oci://ghcr.io/absysslab/visual-tom \
  --version 0.2.2 \
  -f values-<cloud>.yaml \
  -f values-mycompany.yaml \
  --namespace vtom --create-namespace

See README for the full deployment guide.

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

visual-tom v0.2.1

Choose a tag to compare

@github-actions github-actions released this 28 May 17:05
4669653

📦 Installation

helm install visual-tom oci://ghcr.io/absysslab/visual-tom \
  --version 0.2.1 \
  -f values-<cloud>.yaml \
  -f values-mycompany.yaml \
  --namespace vtom --create-namespace

See README for the full deployment guide.

What's Changed

  • feat(helm): sync TLS certificates from cloud secret manager via ESO (v0.2.1) by @Cadolbeau in #4

Full Changelog: v0.2.0...v0.2.1

visual-tom v0.2.0

Choose a tag to compare

@github-actions github-actions released this 28 May 09:42
29e77ce

📦 Installation

helm install visual-tom oci://ghcr.io/absysslab/visual-tom \
  --version 0.2.0 \
  -f values-<cloud>.yaml \
  -f values-mycompany.yaml \
  --namespace vtom --create-namespace

See README for the full deployment guide.

What's Changed

  • chore(ci): bump actions to Node 24-compatible versions by @Cadolbeau in #1
  • docs: explain how to fetch values files when installing from OCI by @Cadolbeau in #2
  • ITC/ITM non-root, persist apiserver license, SFTP NetworkPolicy (v0.2.0) by @Cadolbeau in #3

New Contributors

Full Changelog: v0.1.0...v0.2.0

visual-tom v0.1.0

Choose a tag to compare

@github-actions github-actions released this 26 May 17:11

📦 Installation

helm install visual-tom oci://ghcr.io/absysslab/visual-tom \
  --version 0.1.0 \
  -f values-<cloud>.yaml \
  -f values-mycompany.yaml \
  --namespace vtom --create-namespace

See README for the full deployment guide.

Full Changelog: https://github.com/AbsyssLab/vtom-helm/commits/v0.1.0