Skip to content

Releases: argoproj-labs/rollouts-plugin-metric-holmesgpt

Release list

Release v0.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 12:27
4aef278

Argo Rollouts HolmesGPT Metric Plugin v0.1.0

Installation

Register via the argo-rollouts-config ConfigMap (see examples/configmap-patch.yaml),
or with a RolloutManager:

apiVersion: argoproj.io/v1alpha1
kind: RolloutManager
metadata:
  name: argo-rollouts
spec:
  plugins:
    metric:
      - name: argoproj-labs/rollouts-plugin-metric-holmesgpt
        location: https://github.com/argoproj-labs/rollouts-plugin-metric-holmesgpt/releases/download/v0.1.0/holmesgpt-metric-plugin-linux-amd64

See the README for full installation and configuration details.