mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-11 18:55:09 -04:00
Pin container image hashes
This commit is contained in:
parent
884c46179a
commit
4ccd96bf64
4 changed files with 86 additions and 24 deletions
|
@ -48,7 +48,7 @@ func NewNodeOperatorDeployment(cloudProvider string, uid string) *NodeOperatorDe
|
|||
},
|
||||
Spec: operatorsv1alpha1.CatalogSourceSpec{
|
||||
SourceType: "grpc",
|
||||
Image: versions.NodeOperatorCatalogImage + ":" + versions.NodeOperatorVersion,
|
||||
Image: versions.NodeOperatorCatalogImage,
|
||||
DisplayName: "Constellation Node Operator",
|
||||
Publisher: "Edgeless Systems",
|
||||
UpdateStrategy: &operatorsv1alpha1.UpdateStrategy{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue