stellar / java-stellar-anchor-sdk

Java SDK for the Stellar network anchor development.
Apache License 2.0
35 stars 33 forks source link

Set default `container.imagePullPolicy` to `IfNotPresent` #1467

Closed philipliu closed 3 weeks ago

philipliu commented 3 weeks ago

Description

This is to resolve the following error we are seeing in the dev environment.

Events:
  Type     Reason             Age                    From     Message
  ----     ------             ----                   ----     -------
  Warning  ErrImageNeverPull  4m9s (x3074 over 11h)  kubelet  Container image "docker-registry.services.stellar-ops.com/dev/anchor-platform:e6ca4be8" is not present with pull policy of Never

Context

It only needs to be set Never for local deployments to allow usage of locally built images.

Testing

Documentation

N/A

Known limitations

N/A