Skip to main content

View Package Details per Version

< Package Overview Table

View the details of a specific package version.


CLI Commands

FORMAT

wf get packages PACKAGE --version VERSION -o yaml


wf get packages thanos-example --version 1.0.0 -o yaml
apiVersion: package.appvia.io/v2beta2
kind: Package
metadata:
name: thanos-example
spec:
description: Thanos package example
helm:
chartName: thanos
chartVersion: 15.4.3
releaseName: thanos-example
repositoryRef: bitnami
values: {}
valuesTemplate: |-
# Populate the values for the Helm chart here, e.g.:
# domainFilters:
# {{- range .Cluster.DNSZones }}
# - {{ .Domain }}
# {{- end }}
# resources:
# limits:
# cpu: 20m
# memory: 50Mi
# serviceAccount:
# create: true
# name: {{ .Package.WorkloadIdentity.ServiceAccountName }}
# annotations: {{ .Package.WorkloadIdentity.ServiceAccountAnnotations | toYaml | indent 4 }}
# podLabels:{{ .Package.WorkloadIdentity.PodLabels | toYaml | indent 2 }}
installNamespace: thanos-example
selectors: {}
version: 1.0.0
status:
conditions:
- lastTransitionTime: "2024-05-23T10:34:55Z"
message: Resource ready
name: Package ready
observedGeneration: 1
reason: Ready
status: "True"
type: Ready
lastReconcile:
generation: 1
time: "2024-05-23T11:39:41Z"
lastSuccess:
generation: 1
time: "2024-05-23T11:39:41Z"
message: Preparing resource
ownedResources: {}
status: Success
wayfinderVersion: develop-e15ba97


Web Interface Instructions

Steps

  • Expand Admin, and then navigate to Kubernetes > Packages
  • Click the name of the Package for which you want to see the details.
  • Click the version for which you want to see the details for e.g. 1.0.0

Screenshot(s)

View Package Version Details