diff options
Diffstat (limited to 'kubernetes/so/charts/so-request-db-adapter/values.yaml')
-rwxr-xr-x | kubernetes/so/charts/so-request-db-adapter/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/so/charts/so-request-db-adapter/values.yaml b/kubernetes/so/charts/so-request-db-adapter/values.yaml index b57f71e096..a0f7279ed1 100755 --- a/kubernetes/so/charts/so-request-db-adapter/values.yaml +++ b/kubernetes/so/charts/so-request-db-adapter/values.yaml @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-image: onap/so/request-db-adapter:latest
+image: onap/so/request-db-adapter:1.3.0-STAGING-latest pullPolicy: IfNotPresent
replicaCount: 1
minReadySeconds: 10
|