Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Support environment -> versioned package mapping #631

@shomron

Description

@shomron

/kind feature

Environments should support versioned references to installed packages.
This can be represented by adding LibraryConfigs to EnvironmentConfig, e.g.

environments:
  default:
    destination:
      namespace: default
      server: https://192.168.64.3:8443
    k8sVersion: v1.10.0
    path: default
    libraries:
      nginx:
        name: nginx
        registry: incubator
        version: 40285d8a14f1ac5787e405e1023cf0c07f6aa28c
      spinnaker:
        name: spinnaker
        registry: helm-stable
        version: 2.3.4

The global LibraryConfigs will still be supported at a lower precedence.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions